generic-poky/meta/conf
Paul Eggleton d0c615e51e conf/bitbake.conf: fix reparsing after -p is used
The bitbake wrapper script is set up such that the -p (--parse-only)
command line option is not executed under pseudo, and it sets the
PSEUDO_BUILD variable to indicate whether or not pseudo is being used.
Since PSEUDO_BUILD is allowed through into the environment via
BB_ENV_EXTRAWHITE it influences the data hash and thus if you run
"bitbake -p" and then run bitbake again to actually build something, the
change to PSEUDO_BUILD causes the cache from the -p execution not to be
used. This is fixed simply by adding PSEUDO_BUILD to
BB_HASHCONFIG_WHITELIST in bitbake.conf so that it doesn't influence the
data hash.

Fixes [YOCTO #2600].

(From OE-Core rev: 1e50225df2d6b5f10c5648703282235a11b1efb3)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-21 13:03:03 +01:00
..
distro distro_tracking_fields: move to meta-yocto as seperate files 2012-06-15 15:12:41 +01:00
machine qemu.inc: Remove mesa-xlib as PREFERRED_PROVIDER 2012-05-24 08:53:57 +01:00
machine-sdk eglibc: SDK_GLIBC_ADDONS for eglibc-nativesdk. 2012-04-03 14:08:02 +01:00
swabber Stop using hardcoded paths, use new Ubuntu and generic filters. 2010-12-17 10:47:02 +00:00
abi_version.conf sanity/sstate: Due to the sysroot layout changes, the toolchain bootstrap process changes and the recent pseudo bug, bump the tmpdir layout version number and the sstate version numbers 2011-01-25 12:32:50 +00:00
bitbake.conf conf/bitbake.conf: fix reparsing after -p is used 2012-06-21 13:03:03 +01:00
documentation.conf sanity.bbclass: Implement initial toolchain sanity checks 2012-05-09 21:42:51 +01:00
layer.conf layer.conf/bitbake.conf: Tweak PATH 2012-05-30 17:32:31 +01:00
licenses.conf licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES 2012-02-28 17:51:52 +00:00
multilib.conf multilib.conf: Add the support of multilib for lsbinitscripts 2012-06-18 17:27:25 +01:00
prexport.conf meta/PRService: Added export/import fuctions. 2012-01-11 10:37:43 +00:00
primport.conf meta/PRService: Added export/import fuctions. 2012-01-11 10:37:43 +00:00
sanity.conf sanity.conf: Incrase bitbake minimum version requirement to 1.15.1 2012-01-23 09:01:38 +00:00