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

* Re: [PATCH] bitbake.conf: make DEBDISTRONAME a weak default
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Hombourger Cedric @ 2020-07-07  9:31 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 994 bytes --]


On Saturday, June 20, 2020 at 9:35:49 AM UTC+2 Henning Schild wrote:

> From: Henning Schild <henning...@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...@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" 
>
looks good to me. is there any chance we can get this change merged soon?  

>
> # Isar apt repository paths 
> REPO_ISAR_DIR = "${DEPLOY_DIR}/isar-apt/apt" 
> -- 
> 2.26.2 
>
>

[-- Attachment #1.2: Type: text/html, Size: 1521 bytes --]

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

* Re: [PATCH] bitbake.conf: make DEBDISTRONAME a weak default
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Baurzhan Ismagulov @ 2020-07-28 16:01 UTC (permalink / raw)
  To: isar-users

On Sat, Jun 20, 2020 at 09:35:20AM +0200, Henning Schild wrote:
> 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.

Applied to next, thanks for your patience.

With kind regards,
Baurzhan.

^ 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