All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Watt <jpewhacker@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v3 1/2] icecc.bbclass: Ignore more icecream vars in hashes
Date: Tue, 27 Feb 2018 15:52:45 -0600	[thread overview]
Message-ID: <20180227215246.30689-1-JPEWhacker@gmail.com> (raw)
In-Reply-To: <20180226223054.5687-1-JPEWhacker@gmail.com>

Changing ICECC_ENV_VERSION or select variables that the user can set to
control the behavior of icecc should not cause recipes to rebuild

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta/classes/icecc.bbclass | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index 36dcfbe6048..cab64f52703 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -30,7 +30,10 @@
 
 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_DEBUG ICECC_LOGFILE ICECC_REPEAT_RATE ICECC_PREFERRED_HOST \
+    ICECC_CLANG_REMOTE_CPP ICECC_IGNORE_UNVERIFIED ICECC_TEST_SOCKET \
+    "
 
 ICECC_ENV_EXEC ?= "${STAGING_BINDIR_NATIVE}/icecc-create-env"
 
-- 
2.14.3



  parent reply	other threads:[~2018-02-27 21:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Joshua Watt [this message]
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=20180227215246.30689-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 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.