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