public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/1] Test wic image compression
@ 2022-09-14 14:01 Felix Moessbauer
  2022-09-14 14:01 ` [PATCH 1/1] add wic.xz image to default qemuarm64 target Felix Moessbauer
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Moessbauer @ 2022-09-14 14:01 UTC (permalink / raw)
  To: isar-users
  Cc: henning.schild, adriaan.schmidt, amikan, ibr, jan.kiszka,
	Felix Moessbauer

This is an optional addendum to the series "run imager in buildchroot-host on cross" and adds a requested test of the image conversions.
Unfortunately this also requires a lot more disk space when running the CI, as the wic partitions are not deleted automatically (even when using wic.xz).

Feel free to merge or ignore.
It's a tradeoff between test coverage and test performance.

Best regards,
Felix

Felix Moessbauer (1):
  add wic.xz image to default qemuarm64 target

 meta-isar/conf/machine/qemuarm64.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] add wic.xz image to default qemuarm64 target
  2022-09-14 14:01 [PATCH 0/1] Test wic image compression Felix Moessbauer
@ 2022-09-14 14:01 ` Felix Moessbauer
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Moessbauer @ 2022-09-14 14:01 UTC (permalink / raw)
  To: isar-users
  Cc: henning.schild, adriaan.schmidt, amikan, ibr, jan.kiszka,
	Felix Moessbauer

This patch adds generation of a wic.xz image for the qemuarm64 target.
By that, the cross and non-cross imaging is automatically tested in CI.

Further, it acts as an example for generating multiple image formats
for a single target.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 meta-isar/conf/machine/qemuarm64.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-isar/conf/machine/qemuarm64.conf b/meta-isar/conf/machine/qemuarm64.conf
index b30fad47..fabe1bfd 100644
--- a/meta-isar/conf/machine/qemuarm64.conf
+++ b/meta-isar/conf/machine/qemuarm64.conf
@@ -6,7 +6,8 @@ DISTRO_ARCH ?= "arm64"
 KERNEL_NAME ?= "arm64"
 KERNEL_NAME_ubuntu-focal ?= "generic"
 
-IMAGE_FSTYPES ?= "ext4"
+IMAGE_FSTYPES ?= "ext4 wic.xz"
+IMAGER_INSTALL += "${GRUB_BOOTLOADER_INSTALL}"
 
 QEMU_ROOTFS_DEV ?= "vda"
 
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-14 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 14:01 [PATCH 0/1] Test wic image compression Felix Moessbauer
2022-09-14 14:01 ` [PATCH 1/1] add wic.xz image to default qemuarm64 target Felix Moessbauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox