From: Felix Moessbauer <felix.moessbauer@siemens.com>
To: isar-users@googlegroups.com
Cc: Felix Moessbauer <felix.moessbauer@siemens.com>
Subject: [PATCH 1/1] fix operator precedence in qemuarm64-bookworm
Date: Tue, 18 Apr 2023 10:14:25 +0000 [thread overview]
Message-ID: <20230418101425.454500-1-felix.moessbauer@siemens.com> (raw)
Instead of using the += operator, we need to use the :append operator to
add IMAGE_FSTYPES for that target. Otherwise, the additional types are
evaluated first and by that, weak assignments ( ?= ) are ignored.
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
meta-isar/conf/multiconfig/qemuarm64-bookworm.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-isar/conf/multiconfig/qemuarm64-bookworm.conf b/meta-isar/conf/multiconfig/qemuarm64-bookworm.conf
index a04c9d1f..714e4d73 100644
--- a/meta-isar/conf/multiconfig/qemuarm64-bookworm.conf
+++ b/meta-isar/conf/multiconfig/qemuarm64-bookworm.conf
@@ -5,5 +5,5 @@
MACHINE ?= "qemuarm64"
DISTRO ?= "debian-bookworm"
-IMAGE_FSTYPES += "wic.xz"
+IMAGE_FSTYPES:append = " wic.xz"
IMAGER_INSTALL += "${GRUB_BOOTLOADER_INSTALL}"
--
2.34.1
next reply other threads:[~2023-04-18 10:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-18 10:14 Felix Moessbauer [this message]
2023-05-03 14:48 ` Anton Mikanovich
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=20230418101425.454500-1-felix.moessbauer@siemens.com \
--to=felix.moessbauer@siemens.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