[oe-commits] Tobias Henkel : icecc: Add blacklist vars to BB_HASHBASE_WHITELIST

git at git.openembedded.org git at git.openembedded.org
Wed Nov 20 11:09:33 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 0f7dc969e64bc7563e208a4fb7d3ebe7c4e69e79
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0f7dc969e64bc7563e208a4fb7d3ebe7c4e69e79

Author: Tobias Henkel <tobias.henkel at bmw-carit.de>
Date:   Tue Nov 12 09:33:58 2013 +0100

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 at bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/icecc.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index ebd586d..d436965 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"
 



More information about the Openembedded-commits mailing list