public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: make DEBDISTRONAME a weak default
@ 2020-06-20  7:35 Henning Schild
  2020-07-07  9:31 ` Hombourger Cedric
  2020-07-28 16:01 ` Baurzhan Ismagulov
  0 siblings, 2 replies; 3+ messages in thread
From: Henning Schild @ 2020-06-20  7:35 UTC (permalink / raw)
  To: isar-users; +Cc: Vijai Kumar K, Cedric Hombourger, Henning Schild

From: Henning Schild <henning.schild@siemens.com>

If layers want to set their own value they can not because bitbake.conf
is always coming last. Making it a weak default gives layers a way to
choose their own value.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 848e085acf..71f2f1c8b4 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -74,7 +74,7 @@ QEMU_ARCH_mipsel = "mipsel"
 QEMU_ARCH_riscv64 = "riscv64"
 
 # Codename of the repository created by the caching class
-DEBDISTRONAME = "isar"
+DEBDISTRONAME ?= "isar"
 
 # Isar apt repository paths
 REPO_ISAR_DIR = "${DEPLOY_DIR}/isar-apt/apt"
-- 
2.26.2


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

end of thread, other threads:[~2020-07-28 16:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-20  7:35 [PATCH] bitbake.conf: make DEBDISTRONAME a weak default Henning Schild
2020-07-07  9:31 ` Hombourger Cedric
2020-07-28 16:01 ` Baurzhan Ismagulov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox