]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.conf: add BB_TASKHASH to BB_HASHBASE_WHITELIST
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 7 Dec 2010 13:44:56 +0000 (13:44 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 7 Dec 2010 14:41:28 +0000 (14:41 +0000)
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>
meta/conf/distro/poky.conf

index dcb21f7e4a43281d2ae37d006b06951d07405994..16eb4aa16cc4a5edf65bb672dcf89b2a258a6551 100644 (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"