public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: Felix Moessbauer <felix.moessbauer@siemens.com>,
	isar-users@googlegroups.com
Cc: clara.kowalsky@siemens.com, florian.bezdeka@siemens.com,
	jan.kiszka@siemens.com
Subject: Re: [PATCH 5/5] add kas menu target for qemuamd64-iso machine
Date: Wed, 22 Jan 2025 15:25:10 +0300	[thread overview]
Message-ID: <27089fd98adb5323c341b0bc6ed0b616d4caa0e7.camel@ilbers.de> (raw)
In-Reply-To: <20250121101252.324899-6-felix.moessbauer@siemens.com>

On Tue, 2025-01-21 at 11:12 +0100, 'Felix Moessbauer' via isar-users
wrote:
> The iso support has been tested with the following distributions:
> 
> - Debian: buster, bullseye, bookworm, trixie
> - Ubuntu: Focal, Jammy, Noble
> 
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> ---
>  kas/machine/Kconfig            | 14 ++++++++++++++
>  kas/machine/qemuamd64-iso.yaml |  7 +++++++
>  2 files changed, 21 insertions(+)
>  create mode 100644 kas/machine/qemuamd64-iso.yaml
> 
> diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
> index 1740bd56..c37a1465 100644
> --- a/kas/machine/Kconfig
> +++ b/kas/machine/Kconfig
> @@ -107,6 +107,19 @@ config MACHINE_QEMU_AMD64_SB
>  	select CODENAME_BULLSEYE
>  	select ARCH_AMD64
>  
> +config MACHINE_QEMU_AMD64_ISO
> +	bool "qemuamd64-iso"
> +	select DISTRO_DEBIAN
> +	select CODENAME_BUSTER
> +	select CODENAME_BULLSEYE
> +	select CODENAME_BOOKWORM
> +	select CODENAME_TRIXIE

Since only "qemuamd64-iso-bookworm" multiconfig is added (and tested)
we should leave only DISTRO_DEBIAN and CODENAME_BOOKWORM here. If user
wants to build untested combination, they can check an appropriate
option in "Distro selection" sumenu.

> +	select DISTRO_UBUNTU
> +	select CODENAME_FOCAL
> +	select CODENAME_JAMMY
> +	select CODENAME_NOBLE
> +	select ARCH_AMD64
> +
>  config MACHINE_QEMU_AMD64
>  	bool "qemuamd64"
>  	select DISTRO_DEBIAN
> @@ -252,6 +265,7 @@ config KAS_INCLUDE_MACHINE
>  	default "kas/machine/phyboard-mira.yaml" if
> MACHINE_PHYBOARD_MIRA
>  	default "kas/machine/qemuamd64-cip.yaml" if
> MACHINE_QEMU_AMD64_CIP
>  	default "kas/machine/qemuamd64-sb.yaml" if
> MACHINE_QEMU_AMD64_SB
> +	default "kas/machine/qemuamd64-iso.yaml" if
> MACHINE_QEMU_AMD64_ISO
>  	default "kas/machine/qemuamd64.yaml" if MACHINE_QEMU_AMD64
>  	default "kas/machine/qemuarm.yaml" if MACHINE_QEMU_ARM
>  	default "kas/machine/qemuarm64.yaml" if MACHINE_QEMU_ARM64
> diff --git a/kas/machine/qemuamd64-iso.yaml b/kas/machine/qemuamd64-
> iso.yaml
> new file mode 100644
> index 00000000..f58a1217
> --- /dev/null
> +++ b/kas/machine/qemuamd64-iso.yaml
> @@ -0,0 +1,7 @@
> +# This software is a part of ISAR.
> +# Copyright (C) 2025 Siemens AG
> +
> +header:
> +  version: 14
> +
> +machine: qemuamd64-iso
> -- 
> 2.39.5
> 

-- 
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/27089fd98adb5323c341b0bc6ed0b616d4caa0e7.camel%40ilbers.de.

  reply	other threads:[~2025-01-22 12:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-21 10:12 [PATCH 0/5] Add iso9660 image support for ISAR 'Felix Moessbauer' via isar-users
2025-01-21 10:12 ` [PATCH 1/5] Import isoimage-isohybrid from oe 'Felix Moessbauer' via isar-users
2025-01-21 10:12 ` [PATCH 2/5] wic: add ISAR version of isohybrid-efi plugin 'Felix Moessbauer' via isar-users
2025-01-21 10:12 ` [PATCH 3/5] move squashfs imagetype class from CIP to ISAR 'Felix Moessbauer' via isar-users
2025-01-21 10:12 ` [PATCH 4/5] add qemuamd64 target for hybrid iso9660 image 'Felix Moessbauer' via isar-users
2025-01-22 12:22   ` Uladzimir Bely
2025-01-22 13:35   ` Uladzimir Bely
2025-01-21 10:12 ` [PATCH 5/5] add kas menu target for qemuamd64-iso machine 'Felix Moessbauer' via isar-users
2025-01-22 12:25   ` Uladzimir Bely [this message]
2025-01-21 10:24 ` [PATCH 0/5] Add iso9660 image support for ISAR 'Jan Kiszka' via isar-users
2025-01-21 11:42   ` 'MOESSBAUER, Felix' via isar-users
2025-01-21 13:17     ` 'Jan Kiszka' via isar-users
2025-01-22 14:11     ` Uladzimir Bely
2025-01-22 15:02       ` Uladzimir Bely
2025-01-23  7:53       ` 'MOESSBAUER, Felix' via isar-users
2025-01-23  8:49       ` 'MOESSBAUER, Felix' via isar-users

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=27089fd98adb5323c341b0bc6ed0b616d4caa0e7.camel@ilbers.de \
    --to=ubely@ilbers.de \
    --cc=clara.kowalsky@siemens.com \
    --cc=felix.moessbauer@siemens.com \
    --cc=florian.bezdeka@siemens.com \
    --cc=isar-users@googlegroups.com \
    --cc=jan.kiszka@siemens.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