From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH 2/2] Install expand-on-first-boot for RPi targets by default.
Date: Tue, 8 Feb 2022 10:39:32 +0100 [thread overview]
Message-ID: <20220208093932.5009-3-ubely@ilbers.de> (raw)
In-Reply-To: <20220208093932.5009-1-ubely@ilbers.de>
The `expand-on-first-boot` recipe was not used by any distro in Isar.
So, it didn't even take part in CI builds. At the same time it is used
by downstreams.
Here we enable it by default for RPi targets thus including it to CI.
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
meta-isar/conf/machine/rpi-common.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-isar/conf/machine/rpi-common.conf b/meta-isar/conf/machine/rpi-common.conf
index bb0b939c..ff73e092 100644
--- a/meta-isar/conf/machine/rpi-common.conf
+++ b/meta-isar/conf/machine/rpi-common.conf
@@ -20,3 +20,5 @@ IMAGE_PREINSTALL += " \
raspi-config \
systemd-sysv \
"
+
+IMAGE_INSTALL += "expand-on-first-boot"
--
2.20.1
next prev parent reply other threads:[~2022-02-08 9:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-08 9:39 [PATCH 0/2] Use expand-on-first-boot for RPi targets Uladzimir Bely
2022-02-08 9:39 ` [PATCH 1/2] Revert "raspios: resize rootfs on first boot" Uladzimir Bely
2022-02-08 9:39 ` Uladzimir Bely [this message]
2022-02-22 15:49 ` [PATCH 0/2] Use expand-on-first-boot for RPi targets 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=20220208093932.5009-3-ubely@ilbers.de \
--to=ubely@ilbers.de \
--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