All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable
@ 2022-02-16 18:42 Khem Raj
  2022-02-16 18:42 ` [PATCH 2/2] meta-arm-toolchain: Use renamed SKIP_RECIPE var flags Khem Raj
  2022-02-16 18:53 ` [meta-arm] [PATCH 1/2] meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable Denys Dmytriyenko
  0 siblings, 2 replies; 6+ messages in thread
From: Khem Raj @ 2022-02-16 18:42 UTC (permalink / raw)
  To: meta-arm; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-arm-toolchain/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arm-toolchain/conf/layer.conf b/meta-arm-toolchain/conf/layer.conf
index fe23fd4..778910b 100644
--- a/meta-arm-toolchain/conf/layer.conf
+++ b/meta-arm-toolchain/conf/layer.conf
@@ -15,4 +15,4 @@ LAYERSERIES_COMPAT_arm-toolchain = "honister"
 BB_DANGLINGAPPENDS_WARNONLY = "true"
 
 # These variables are used for armcompiler license
-BB_HASHBASE_WHITELIST:append = " ARM_TOOL_VARIANT ARMLMD_LICENSE_FILE LM_LICENSE_FILE"
+BB_BASEHASH_IGNORE_VARS:append = " ARM_TOOL_VARIANT ARMLMD_LICENSE_FILE LM_LICENSE_FILE"
-- 
2.35.1



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

end of thread, other threads:[~2022-02-22 11:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-16 18:42 [PATCH 1/2] meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable Khem Raj
2022-02-16 18:42 ` [PATCH 2/2] meta-arm-toolchain: Use renamed SKIP_RECIPE var flags Khem Raj
2022-02-16 18:53 ` [meta-arm] [PATCH 1/2] meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable Denys Dmytriyenko
2022-02-16 19:04   ` Khem Raj
2022-02-22  2:36     ` Denys Dmytriyenko
2022-02-22 11:52       ` Ross Burton

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.