All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] icecc.bbclass: Ignore more icecream vars in hashes
@ 2018-02-26 22:30 Joshua Watt
  2018-02-26 22:30 ` [PATCH 2/2] Ignore icecc-create-env in task signature Joshua Watt
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Joshua Watt @ 2018-02-26 22:30 UTC (permalink / raw)
  To: openembedded-core

Changing ICECC_ENV_VERSION or ICECC_SCHEDULER_HOST should not cause
recipes to rebuild

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 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 36dcfbe6048..6e35e3be486 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -30,7 +30,7 @@
 
 BB_HASHBASE_WHITELIST += "ICECC_PARALLEL_MAKE ICECC_DISABLED ICECC_USER_PACKAGE_BL \
     ICECC_USER_CLASS_BL ICECC_USER_PACKAGE_WL ICECC_PATH ICECC_ENV_EXEC \
-    ICECC_CARET_WORKAROUND ICECC_CFLAGS"
+    ICECC_CARET_WORKAROUND ICECC_CFLAGS ICECC_ENV_VERSION ICECC_SCHEDULER_HOST"
 
 ICECC_ENV_EXEC ?= "${STAGING_BINDIR_NATIVE}/icecc-create-env"
 
-- 
2.14.3



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-02-27 22:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 22:30 [PATCH 1/2] icecc.bbclass: Ignore more icecream vars in hashes Joshua Watt
2018-02-26 22:30 ` [PATCH 2/2] Ignore icecc-create-env in task signature Joshua Watt
2018-02-26 23:02 ` ✗ patchtest: failure for "icecc.bbclass: Ignore more ice..." and 1 more Patchwork
2018-02-27  3:01 ` [PATCH v2 1/2] icecc.bbclass: Ignore more icecream vars in hashes Joshua Watt
2018-02-27  3:01   ` [PATCH v2 2/2] sstatesig: Ignore icecc-create-env in task sigs Joshua Watt
2018-02-27  3:35 ` ✗ patchtest: failure for "icecc.bbclass: Ignore more ice..." and 1 more (rev2) Patchwork
2018-02-27  3:35 ` ✗ patchtest: failure for "icecc.bbclass: Ignore more ice..." and 1 more (rev3) Patchwork
2018-02-27 21:52 ` [PATCH v3 1/2] icecc.bbclass: Ignore more icecream vars in hashes Joshua Watt
2018-02-27 21:52   ` [PATCH v3 2/2] sstatesig: Ignore icecc-create-env in task sigs Joshua Watt
2018-02-27 22:05 ` ✗ patchtest: failure for "icecc.bbclass: Ignore more ice..." and 1 more (rev4) Patchwork
2018-02-27 22:05 ` ✗ patchtest: failure for "icecc.bbclass: Ignore more ice..." and 1 more (rev5) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.