]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity/sstate: Due to the sysroot layout changes, the toolchain bootstrap process...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jan 2011 12:22:21 +0000 (12:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jan 2011 12:32:50 +0000 (12:32 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sanity.bbclass
meta/classes/sstate.bbclass
meta/conf/abi_version.conf

index 258d3345e8716209879a7cfff07e4995e91e0f67..13940f81db51a5bcdbfc90d6a5512b69542261d1 100644 (file)
@@ -301,7 +301,7 @@ def check_sanity(e):
             f.write(current_abi)
         elif (abi != current_abi):
             # Code to convert from one ABI to another could go here if possible.
-            messages = messages + "Error, TMPDIR has changed ABI (%s to %s) and you need to either rebuild, revert or adjust it at your own risk.\n" % (abi, current_abi)
+            messages = messages + "Error, TMPDIR has changed its layout version number (%s to %s) and you need to either rebuild, revert or adjust it at your own risk.\n" % (abi, current_abi)
     else:
         f = file(abifile, "w")
         f.write(current_abi)
index dbe0e46b548785606e7a418bf3ab34e899918bd4..c2dc22e0ac3ed3ad77970fc7eb6101b985b3c026 100644 (file)
@@ -1,4 +1,4 @@
-SSTATE_VERSION = "1"
+SSTATE_VERSION = "2"
 
 SSTATE_MANIFESTS = "${TMPDIR}/sstate-control"
 SSTATE_MANFILEBASE = "${SSTATE_MANIFESTS}/manifest-${SSTATE_MANMACH}-"
index 3920766a47425818e63b84b846181d9156b19428..f2919e5b609848a61795f637d47d3d18860eab6e 100644 (file)
@@ -4,4 +4,4 @@
 # that breaks the format and have been previously discussed on the mailing list 
 # with general agreement from the core team.
 #
-OELAYOUT_ABI = "6"
+OELAYOUT_ABI = "7"