Hi,
please make it a bit shorter, e.g. "It supports the following Debian
bullseye, bookworm and trixie". The example from below can be left out
in the changelog.
> +
> +- `bullseye`
> +- `bookworm`
> +- `trixie`
> +
> +To build a Hyper-V image:
> +
> +```bash
> +./kas/kas-container --ssh-dir ~/.ssh/ menu
> +```
> +
> +- Select machine: `hyper-v`
> +- Select distro and image type
> +
> +The output `.vhdx` file will be placed in `DEPLOY_DIR_IMAGE` alongside
> +the `.wic` image.
Why alongside and not instead? If the image types are modeled
correctly, only the final one is left in the DEPLOY_DIR_IMAGE.
Why Ilbers? This is a Siemens contribution.
> +
> +header:
> + version: 14
> +
> +machine: hyper-v
> diff --git a/meta-isar/conf/machine/hyper-v.conf b/meta-isar/conf/machine/hyper-v.conf
> new file mode 100644
> index 00000000..e43483cd
> --- /dev/null
> +++ b/meta-isar/conf/machine/hyper-v.conf
> @@ -0,0 +1,16 @@
> +# This software is a part of Isar.
> +# Copyright (C) 2026 ilbers GmbH
> +#
> +# SPDX-License-Identifier: MIT
> +
> +DISTRO_ARCH ?= "amd64"
Then the machine should be called "hyper-v-amd64.conf".
> +
> +KERNEL_NAME ?= "amd64"
> +
> +WKS_FILE ?= "sdimage-efi"
> +
> +IMAGER_INSTALL:wic += "${GRUB_BOOTLOADER_INSTALL}"
> +
> +IMAGE_FSTYPES ?= "ova"
> +VMDK_SUBFORMAT = "monolithicSparse"
> +VIRTUAL_MACHINE_IMAGE_TYPE = "vhdx"
> diff --git a/meta-isar/conf/mc.conf b/meta-isar/conf/mc.conf
> index 6c7d7840..77118996 100644
> --- a/meta-isar/conf/mc.conf
> +++ b/meta-isar/conf/mc.conf
> @@ -45,6 +45,9 @@ BBMULTICONFIG = " \
> hikey-bullseye \
> hikey-bookworm \
> hikey-trixie \
> + hyper-v-bullseye \
> + hyper-v-bookworm \
> + hyper-v-trixie \
hyper-v-amd64-bullseye (and alike).
> phyboard-mira-bullseye \
> phyboard-mira-bookworm \
> phyboard-mira-trixie \
> diff --git a/meta-isar/conf/multiconfig/hyper-v-bookworm.conf b/meta-isar/conf/multiconfig/hyper-v-bookworm.conf
> new file mode 100644
> index 00000000..0b52d69f
> --- /dev/null
> +++ b/meta-isar/conf/multiconfig/hyper-v-bookworm.conf
> @@ -0,0 +1,7 @@
> +# This software is a part of Isar.
> +# Copyright (C) 2026 ilbers GmbH
> +#
> +# SPDX-License-Identifier: MIT
> +
> +MACHINE ?= "hyper-v"
hyper-v-amd64
> +DISTRO ?= "debian-bookworm"
> diff --git a/meta-isar/conf/multiconfig/hyper-v-bullseye.conf b/meta-isar/conf/multiconfig/hyper-v-bullseye.conf
> new file mode 100644
> index 00000000..9dfbbd43
> --- /dev/null
> +++ b/meta-isar/conf/multiconfig/hyper-v-bullseye.conf
> @@ -0,0 +1,7 @@
> +# This software is a part of Isar.
> +# Copyright (C) 2026 ilbers GmbH
> +#
> +# SPDX-License-Identifier: MIT
> +
> +MACHINE ?= "hyper-v"
> +DISTRO ?= "debian-bullseye"
> diff --git a/meta-isar/conf/multiconfig/hyper-v-trixie.conf b/meta-isar/conf/multiconfig/hyper-v-trixie.conf
> new file mode 100644
> index 00000000..c6299582
> --- /dev/null
> +++ b/meta-isar/conf/multiconfig/hyper-v-trixie.conf
> @@ -0,0 +1,7 @@
> +# This software is a part of Isar.
> +# Copyright (C) 2026 ilbers GmbH
Siemens contribution, hence Siemens Copyright.
Felix
> +#
> +# SPDX-License-Identifier: MIT
> +
> +MACHINE ?= "hyper-v"
> +DISTRO ?= "debian-trixie"
> --
> 2.39.5
>
> --
> 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+...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260706114602.2309505-1-gouravsingh%40siemens.com.