From: Peter Kjellerstedt <pkj@axis.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH] layer.conf: Use += to add to the DUMMY_PACKAGE_ARCHS_* variables
Date: Tue, 17 Mar 2026 01:34:58 +0100 [thread overview]
Message-ID: <20260317003458.3583571-1-pkj@axis.com> (raw)
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
reply other threads:[~2026-03-17 0:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260317003458.3583571-1-pkj@axis.com \
--to=pkj@axis.com \
--cc=openembedded-core@lists.openembedded.org \
/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