From patchwork Wed Feb 6 23:18:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel] bitbake cache broken today Date: Wed, 06 Feb 2013 23:18:30 -0000 From: Martin Jansa X-Patchwork-Id: 44305 Message-Id: <20130206231830.GE3271@jama> Cc: bitbake-devel@lists.openembedded.org Very likely by this patch: cooker/utils: Drop custom 'interactive' variables list and store environment in BB_ORIGENV instead http://git.openembedded.org/bitbake/commit/?id=0a99563a4ea270594fd9a61da46f9387fb79dc66 $ bitbake -p > test1.cache $ bitbake -p > test2.cache $ grep "^Parsing of" test* test1.cache:Parsing of 773 .bb files complete (0 cached, 773 parsed). 1079 targets, 43 skipped, 0 masked, 0 errors. test2.cache:Parsing of 773 .bb files complete (0 cached, 773 parsed). 1079 targets, 43 skipped, 0 masked, 0 errors. --- test1.cache 2013-02-07 00:15:50.930868804 +0100 +++ test2.cache 2013-02-07 00:14:32.044865976 +0100 @@ -4804,7 +4804,7 @@ else: oe.path.remove(stfile + ".*") oe.path.remove(stfile + "_setscene" + ".*") -', 'PREFERRED_PROVIDER_virtual/arm-oe-linux-gnueabi-compilerlibs': 'gcc-runtime', 'BB_ORIGENV': , 'BUILDHISTORY_DIR_IMAGE': '${BUILDHISTORY_DIR}/images/${MACHINE_ARCH}/${TCLIBC}/${IMAGE_BASENAME}', 'preferred_ml_updates': 'def preferred_ml_updates(d): +', 'PREFERRED_PROVIDER_virtual/arm-oe-linux-gnueabi-compilerlibs': 'gcc-runtime', 'BB_ORIGENV': , 'BUILDHISTORY_DIR_IMAGE': '${BUILDHISTORY_DIR}/images/${MACHINE_ARCH}/${TCLIBC}/${IMAGE_BASENAME}', 'preferred_ml_updates': 'def preferred_ml_updates(d): # If any PREFERRED_PROVIDER or PREFERRED_VERSIONS are set, # we need to mirror these variables in the multilib case; # likewise the PNBLACKLIST flags.