diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2010-12-07 13:44:56 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-07 14:41:28 +0000 |
commit | 2feaffab2777780711fa4a8b8af7810060997b4e (patch) | |
tree | 1f63737c1f43bdb00d1c3482ec412b962f060f29 /meta | |
parent | 5526a64f4e88232284fcaae37cd19bd35207fd33 (diff) | |
download | poky-2feaffab2777780711fa4a8b8af7810060997b4e.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index dcb21f7e4a..16eb4aa16c 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -143,4 +143,4 @@ require conf/distro/include/world-broken.inc | |||
143 | # Setup our hash policy | 143 | # Setup our hash policy |
144 | BB_SIGNATURE_HANDLER = "basic" | 144 | BB_SIGNATURE_HANDLER = "basic" |
145 | BB_HASHTASK_WHITELIST = "(.*-cross$|.*-native$|.*-cross-initial$|.*-cross-intermediate$|^virtual:native:.*|^virtual:nativesdk:.*)" | 145 | BB_HASHTASK_WHITELIST = "(.*-cross$|.*-native$|.*-cross-initial$|.*-cross-intermediate$|^virtual:native:.*|^virtual:nativesdk:.*)" |
146 | BB_HASHBASE_WHITELIST = "TMPDIR FILE PATH PWD" | 146 | BB_HASHBASE_WHITELIST = "TMPDIR FILE PATH PWD BB_TASKHASH" |