From: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
To: isar-users@googlegroups.com
Subject: Re: use btrfs instead of ext4 with wic image
Date: Wed, 21 Sep 2022 06:11:11 +0200 [thread overview]
Message-ID: <CAJGKYO5VTjufoof6Q8-z0tH5N0uMXze3RFGE4kbUaq7tC_nBGA@mail.gmail.com> (raw)
In-Reply-To: <CAJGKYO5+xtMLnZKxhZ9oQacBFZUuaG85=-Acb-S+7UewhU1gMw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1000 bytes --]
Il giorno mar 20 set 2022 alle ore 17:57 Roberto A. Foglietta <
roberto.foglietta@gmail.com> ha scritto:
> Dear all,
>
> I am trying to use the btrfs instead of exta into wic image as root
> partition. Just changing the fs type in the wic/image.wkd does not work
> because it complains that btrfs native tools are missing. The variable
> DEPENDS in the image recipe does not help even if added. Did someone where
> used btrfs with wic image? Thanks, R.
>
This answer the question: add the tools into the wic imager, clean and
rebuild
diff --git a/recipes-core/images/eval-image-templte.bb
b/recipes-core/images/eval-image-templte.bb
index 380f9f9..30f689e 100644
--- a/recipes-core/images/eval-image-templte.bb
+++ b/recipes-core/images/eval-image-templte.bb
@@ -18,3 +18,5 @@ IMAGE_INSTALL += " customizations"
IMAGE_INSTALL += " sshd-regen-keys"
IMAGE_INSTALL += " expand-on-first-boot"
IMAGE_INSTALL += " simatic-lsp-modules-${KERNEL_NAME}"
+
+WIC_IMAGER_INSTALL += "btrfs-progs"
Ciao, R-
[-- Attachment #2: Type: text/html, Size: 1782 bytes --]
prev parent reply other threads:[~2022-09-21 4:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <AM0PR10MB2020227BF960831D861511F8AA4C9@AM0PR10MB2020.EURPRD10.PROD.OUTLOOK.COM>
2022-09-20 15:57 ` Roberto A. Foglietta
2022-09-21 4:11 ` Roberto A. Foglietta [this message]
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=CAJGKYO5VTjufoof6Q8-z0tH5N0uMXze3RFGE4kbUaq7tC_nBGA@mail.gmail.com \
--to=roberto.foglietta@gmail.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