]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
conf/bitbake.conf: allow cache reuse between bitbake, bitbake-layers and hob
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 21 Aug 2012 17:08:29 +0000 (18:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Aug 2012 13:04:59 +0000 (14:04 +0100)
commita0a3a442409aef9495c0547ed268f6132862a5a2
tree1901a20363a80dcb2b0de2a62936302dd1b2d023
parent84d8ef416b7b62ba8257cf4bc58ae2e91207cbd5
conf/bitbake.conf: allow cache reuse between bitbake, bitbake-layers and hob

BB_ENV_EXTRAWHITE is set by the bitbake wrapper script but not by
bitbake-layers, and thus it was affecting the data hash and thus
invalidating the cache. Any variables passed through from the
environment by being added to this variable should themselves
influence the hash already if they are not already excluded from,
the data hash, so BB_ENV_EXTRAWHITE can be excluded.

Similarly, DISABLE_SANITY_CHECKS is set by the hob script in order to
have sanity checks run later, but not set by the bitbake wrapper script.
It doesn't actually affect the build itself and so its value can also
be excluded from the data hash.

These changes prevent unnecessary reparsing between executions of
bitbake, bitbake-layers, and the initial pseudo build within the hob
script.

Fixes [YOCTO #2680].

(From OE-Core rev: 84bcacd5b4737520f0fc76333f0165ef5b87c207)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf