[poky] [PATCH 1/5] poky.conf: add more hash whitelist

Kevin Tian kevin.tian at intel.com
Mon Nov 22 03:21:50 PST 2010


DATE are referenced by patch_do_patch
TIME are referenced by do_distro_check/do_checkpkg
BBPATH/THISDIR/OEROOT/_ impacts the scenario when using different source path.
(OEROOT are brought in as a shell variable, included as dependency of shell tasks)
DL_DIR/SSTATE_DIR are listed as dependency too, by pstaging_fetch

Some tasks may not contribute to sstate packages, e.g. do_checkpkg. But for
safety all of them are whitelist this time.

How to handle preserved shell variables is still in progress, which contributes to
another large set of volatile dependencies bound to build system

Signed-off-by: Kevin Tian <kevin.tian at intel.com>
---
 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 09e02b8..ae13d9a 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -144,4 +144,4 @@ require conf/distro/include/distro_tracking_fields.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 TIME DATE BBPATH OEROOT DL_DIR SSTATE_DIR THISDIR _"
-- 
1.6.0.4




More information about the poky mailing list