public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Henning Schild <henning.schild@siemens.com>
To: isar-users@googlegroups.com
Cc: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>,
	Cedric Hombourger <Cedric_Hombourger@mentor.com>,
	Henning Schild <henning.schild@siemens.com>
Subject: [PATCH] bitbake.conf: make DEBDISTRONAME a weak default
Date: Sat, 20 Jun 2020 09:35:20 +0200	[thread overview]
Message-ID: <20200620073520.9737-1-henning.schild@siemens.com> (raw)

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


             reply	other threads:[~2020-06-20  7:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-20  7:35 Henning Schild [this message]
2020-07-07  9:31 ` Hombourger Cedric
2020-07-28 16:01 ` Baurzhan Ismagulov

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=20200620073520.9737-1-henning.schild@siemens.com \
    --to=henning.schild@siemens.com \
    --cc=Cedric_Hombourger@mentor.com \
    --cc=Vijaikumar_Kanagarajan@mentor.com \
    --cc=isar-users@googlegroups.com \
    /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