From: Uladzimir Bely <ubely@ilbers.de>
To: Felix Moessbauer <felix.moessbauer@siemens.com>,
isar-users@googlegroups.com
Subject: Re: [PATCH v3 0/7] Add iso9660 image support for ISAR
Date: Thu, 06 Feb 2025 10:33:49 +0300 [thread overview]
Message-ID: <701101a34a98085f0dfbc2f405a38000f734a521.camel@ilbers.de> (raw)
In-Reply-To: <20250124123545.3500274-1-felix.moessbauer@siemens.com>
On Fri, 2025-01-24 at 13:35 +0100, 'Felix Moessbauer' via isar-users
wrote:
> This series adds support to create hybrid iso9660 images for ISAR
> which can be used as live images for booting from USB sticks or
> DVDs. Currently, only syslinux and EFI (grub) bootloaders are
> supported.
>
> Changes since v2:
>
> - qemuamd64-iso: derive (include) from qemuamd64.
> - add run test for qemuamd64-iso machine (based on Uladzimirs
> proposal, thanks!)
>
> Changes since v1:
>
> - fixed typo in machine name
> - add multiconfig target
> - kas-menu: exclude container image packages if qemuamd64-iso is
> selected
> (as overlay2 fs cannot be stacked and Debian also does not support
> containers
> in the live image)
> - add test for building the image
>
> Further, I tested the image with the Test-Single CI target and that
> also worked:
>
> avocado --show=app,test run --max-parallel-tasks=1 \
> testsuite/citest.py:SingleTest.test_single_run -p machine=qemuamd64-
> iso \
> -p distro=bookworm -p image=isar-image-ci
>
> Best regards,
> Felix Moessbauer
>
> Felix Moessbauer (7):
> Import isoimage-isohybrid from oe
> wic: add ISAR version of isohybrid-efi plugin
> move squashfs imagetype class from CIP to ISAR
> add qemuamd64-iso target for hybrid iso9660 image
> add kas menu target for qemuamd64-iso machine
> testsuite: add qemuamd64-iso machine to start_vm script
> testsuite: test mc:qemuamd64-iso-bookworm:isar-image-base
>
> kas/machine/Kconfig | 7 +
> kas/machine/qemuamd64-iso.yaml | 7 +
> kas/package/Kconfig | 3 +
> meta-isar/classes/squashfs.bbclass | 47 ++
> meta-isar/conf/machine/qemuamd64-iso.conf | 19 +
> meta-isar/conf/mc.conf | 1 +
> .../multiconfig/qemuamd64-iso-bookworm.conf | 4 +
> .../lib/wic/canned-wks/isohybrid-efi.wks.in | 2 +
> meta/classes/image.bbclass | 2 +-
> .../plugins/source/isoimage-isohybrid-isar.py | 535
> ++++++++++++++++++
> testsuite/citest.py | 12 +
> testsuite/scripts/test_system_running.sh | 22 +
> testsuite/start_vm.py | 2 +-
> 13 files changed, 661 insertions(+), 2 deletions(-)
> create mode 100644 kas/machine/qemuamd64-iso.yaml
> create mode 100644 meta-isar/classes/squashfs.bbclass
> create mode 100644 meta-isar/conf/machine/qemuamd64-iso.conf
> create mode 100644 meta-isar/conf/multiconfig/qemuamd64-iso-
> bookworm.conf
> create mode 100644 meta-isar/scripts/lib/wic/canned-wks/isohybrid-
> efi.wks.in
> create mode 100644 meta/scripts/lib/wic/plugins/source/isoimage-
> isohybrid-isar.py
> create mode 100755 testsuite/scripts/test_system_running.sh
>
> --
> 2.39.5
>
Applied to next, thanks.
--
Best regards,
Uladzimir.
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/701101a34a98085f0dfbc2f405a38000f734a521.camel%40ilbers.de.
prev parent reply other threads:[~2025-02-06 7:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-24 12:35 'Felix Moessbauer' via isar-users
2025-01-24 12:35 ` [PATCH v3 1/7] Import isoimage-isohybrid from oe 'Felix Moessbauer' via isar-users
2025-01-24 12:35 ` [PATCH v3 2/7] wic: add ISAR version of isohybrid-efi plugin 'Felix Moessbauer' via isar-users
2025-01-24 12:35 ` [PATCH v3 3/7] move squashfs imagetype class from CIP to ISAR 'Felix Moessbauer' via isar-users
2025-01-24 12:35 ` [PATCH v3 4/7] add qemuamd64-iso target for hybrid iso9660 image 'Felix Moessbauer' via isar-users
2025-01-24 12:35 ` [PATCH v3 5/7] add kas menu target for qemuamd64-iso machine 'Felix Moessbauer' via isar-users
2025-01-24 12:35 ` [PATCH v3 6/7] testsuite: add qemuamd64-iso machine to start_vm script 'Felix Moessbauer' via isar-users
2025-01-24 12:35 ` [PATCH v3 7/7] testsuite: test mc:qemuamd64-iso-bookworm:isar-image-base 'Felix Moessbauer' via isar-users
2025-02-06 7:33 ` Uladzimir Bely [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=701101a34a98085f0dfbc2f405a38000f734a521.camel@ilbers.de \
--to=ubely@ilbers.de \
--cc=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