diff options
author | Tobias Henkel <tobias.henkel@bmw-carit.de> | 2013-11-12 09:33:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 16:00:19 +0000 |
commit | 0f7dc969e64bc7563e208a4fb7d3ebe7c4e69e79 (patch) | |
tree | e04a685d7fb08bb25943fa0a585ed659d96e02c4 /meta/classes | |
parent | 6d2735629c20560a9406964195726b1a6e2d7d99 (diff) | |
download | openembedded-core-0f7dc969e64bc7563e208a4fb7d3ebe7c4e69e79.tar.gz openembedded-core-0f7dc969e64bc7563e208a4fb7d3ebe7c4e69e79.tar.bz2 openembedded-core-0f7dc969e64bc7563e208a4fb7d3ebe7c4e69e79.zip |
icecc: Add blacklist vars to BB_HASHBASE_WHITELIST
Changing any of the ICECC blacklist variables should not change the
sstate checksum as this doesn't influence the build result.
Signed-off-by: Tobias Henkel <tobias.henkel@bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/icecc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index ebd586d509..d4369656e6 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass @@ -26,7 +26,7 @@ #Error checking is kept to minimum so double check any parameters you pass to the class ########################################################################################### -BB_HASHBASE_WHITELIST += "ICECC_PARALLEL_MAKE ICECC_DISABLED" +BB_HASHBASE_WHITELIST += "ICECC_PARALLEL_MAKE ICECC_DISABLED ICECC_USER_PACKAGE_BL ICECC_USER_CLASS_BL" ICECC_ENV_EXEC ?= "${STAGING_BINDIR_NATIVE}/icecc-create-env" |