From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: adriaan.schmidt@siemens.com, Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH 2/2] meta: fix wic image generation for qemuamd64-bullseye
Date: Wed, 27 Apr 2022 21:57:26 +0300 [thread overview]
Message-ID: <20220427185726.14022-3-amikan@ilbers.de> (raw)
In-Reply-To: <20220427185726.14022-1-amikan@ilbers.de>
Adding new image types on multiconfig layer should be done in _append
style to not overwrite default value.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta-isar/conf/multiconfig/qemuamd64-bullseye.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-isar/conf/multiconfig/qemuamd64-bullseye.conf b/meta-isar/conf/multiconfig/qemuamd64-bullseye.conf
index 5c8cfd3..13d870d 100644
--- a/meta-isar/conf/multiconfig/qemuamd64-bullseye.conf
+++ b/meta-isar/conf/multiconfig/qemuamd64-bullseye.conf
@@ -3,4 +3,4 @@
MACHINE ?= "qemuamd64"
DISTRO ?= "debian-bullseye"
-IMAGE_FSTYPES += "cpio.gz tar.gz"
+IMAGE_FSTYPES_append = " cpio.gz tar.gz"
--
2.17.1
next prev parent reply other threads:[~2022-04-27 18:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-27 18:57 [PATCH 0/2] Additions to imagetypes patchset Anton Mikanovich
2022-04-27 18:57 ` [PATCH 1/2] start_vm: update image types checking Anton Mikanovich
2022-04-27 18:57 ` Anton Mikanovich [this message]
2022-04-28 6:04 ` [PATCH 0/2] Additions to imagetypes patchset Schmidt, Adriaan
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=20220427185726.14022-3-amikan@ilbers.de \
--to=amikan@ilbers.de \
--cc=adriaan.schmidt@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