Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Joshua Watt <jpewhacker@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/2] icecc.bbclass: Ignore more icecream vars in hashes
Date: Mon, 26 Feb 2018 16:30:53 -0600	[thread overview]
Message-ID: <20180226223054.5687-1-JPEWhacker@gmail.com> (raw)

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



             reply	other threads:[~2018-02-26 22:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-26 22:30 Joshua Watt [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180226223054.5687-1-JPEWhacker@gmail.com \
    --to=jpewhacker@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox