1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

poky.conf: add BB_TASKHASH to BB_HASHBASE_WHITELIST

At the time of creating the hash, BB_TASKHASH can't really be valid and
should be excluded from the environment variable list used to create the
hash.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton
2010-12-07 13:44:56 +00:00
committed by Richard Purdie
parent 5526a64f4e
commit 2feaffab27
+1 -1
View File
@@ -143,4 +143,4 @@ require conf/distro/include/world-broken.inc
# Setup our hash policy
BB_SIGNATURE_HANDLER = "basic"
BB_HASHTASK_WHITELIST = "(.*-cross$|.*-native$|.*-cross-initial$|.*-cross-intermediate$|^virtual:native:.*|^virtual:nativesdk:.*)"
BB_HASHBASE_WHITELIST = "TMPDIR FILE PATH PWD"
BB_HASHBASE_WHITELIST = "TMPDIR FILE PATH PWD BB_TASKHASH"