* [PATCH] layer.conf: Use += to add to the DUMMY_PACKAGE_ARCHS_* variables
@ 2026-03-17 0:34 Peter Kjellerstedt
0 siblings, 0 replies; only message in thread
From: Peter Kjellerstedt @ 2026-03-17 0:34 UTC (permalink / raw)
To: openembedded-core
This avoids the assumption that the meta layer is the first layer listed
in the BBLAYERS variable.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
meta/conf/layer.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 4794e660ae..9c80153233 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -133,8 +133,8 @@ SSTATE_EXCLUDEDEPS_SYSROOT += "\
# dependency in the recipe.
SSTATE_EXCLUDEDEPS_SYSROOT += ".*->autoconf-archive-native"
-DUMMY_PACKAGE_ARCHS_SDK = "buildtools-dummy-${SDKPKGSUFFIX} sdk-provides-dummy-${SDKPKGSUFFIX}"
-DUMMY_PACKAGE_ARCHS_TARGET = "sdk-provides-dummy-target"
+DUMMY_PACKAGE_ARCHS_SDK += "buildtools-dummy-${SDKPKGSUFFIX} sdk-provides-dummy-${SDKPKGSUFFIX}"
+DUMMY_PACKAGE_ARCHS_TARGET += "sdk-provides-dummy-target"
# We need to keep bitbake tools in PATH
# Avoid empty path entries
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-17 0:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 0:34 [PATCH] layer.conf: Use += to add to the DUMMY_PACKAGE_ARCHS_* variables Peter Kjellerstedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox