summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-20 15:54:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-23 09:01:39 +0000
commita7b32bd9efe65016fe14c983a75d686bdd34ffa5 (patch)
treeb7707b48691286b7e6b2f359d326b7efaa84b787 /meta/conf/bitbake.conf
parent85cf3ed593e1f095c44717aee745afdba6dad68c (diff)
downloadpoky-a7b32bd9efe65016fe14c983a75d686bdd34ffa5.tar.gz
bitbake.conf: Switch to the OEBasic signature generator
This signature generator will allow easier customisation of which task dependencies get included in the signatures using the code in lib/oe/sstatesig.py. Compared the the regexp, this function is much easier to understand and customise. (From OE-Core rev: 2654adc15e59e72e80cf78dc576fdc5472edac20) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2eb4a05f31..2cc4b8fb4f 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -736,8 +736,7 @@ TRANSLATED_TARGET_ARCH ??= "${@d.getVar('TARGET_ARCH', True).replace("_", "-")}"
736BB_CONSOLELOG = "${TMPDIR}/cooker.log.${DATETIME}" 736BB_CONSOLELOG = "${TMPDIR}/cooker.log.${DATETIME}"
737 737
738# Setup our default hash policy 738# Setup our default hash policy
739BB_SIGNATURE_HANDLER ?= "basic" 739BB_SIGNATURE_HANDLER ?= "OEBasic"
740BB_HASHTASK_WHITELIST ?= "(.*-cross$|.*-native$|.*-cross-initial$|.*-cross-intermediate$|^virtual:native:.*|^virtual:nativesdk:.*)"
741BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL TERM USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST PRSERV_PORT PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN" 740BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL TERM USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST PRSERV_PORT PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN"
742 741
743MLPREFIX ??= "" 742MLPREFIX ??= ""