* [PATCH] meta-test: Fix building focal/jammy qemuamd64 isar-image-ci
@ 2024-04-05 9:23 Uladzimir Bely
2024-04-11 4:52 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: Uladzimir Bely @ 2024-04-05 9:23 UTC (permalink / raw)
To: isar-users
After commit "fix: package exceptions for distro versions" systemd
bootloader changed default value from "systemd" to "systemd-boot-efi".
This requires appropriate changes for ":focal" and ":jammy" to make
isar-image-ci local redefinitions work again.
This change is to be applied on top of the patch mentioned above.
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
meta-isar/conf/distro/ubuntu-common.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-isar/conf/distro/ubuntu-common.inc b/meta-isar/conf/distro/ubuntu-common.inc
index 9d8a843b..70893481 100644
--- a/meta-isar/conf/distro/ubuntu-common.inc
+++ b/meta-isar/conf/distro/ubuntu-common.inc
@@ -32,3 +32,6 @@ IMAGE_PREINSTALL += "init"
IMAGE_PREINSTALL += "initramfs-tools"
IMAGER_INSTALL:wic += "python3-distutils"
+
+SYSTEMD_BOOTLOADER_INSTALL:focal = "systemd:${DISTRO_ARCH}"
+SYSTEMD_BOOTLOADER_INSTALL:jammy = "systemd:${DISTRO_ARCH}"
--
2.43.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] meta-test: Fix building focal/jammy qemuamd64 isar-image-ci
2024-04-05 9:23 [PATCH] meta-test: Fix building focal/jammy qemuamd64 isar-image-ci Uladzimir Bely
@ 2024-04-11 4:52 ` Uladzimir Bely
0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2024-04-11 4:52 UTC (permalink / raw)
To: isar-users
On Fri, 2024-04-05 at 12:23 +0300, Uladzimir Bely wrote:
> After commit "fix: package exceptions for distro versions" systemd
> bootloader changed default value from "systemd" to "systemd-boot-
> efi".
>
> This requires appropriate changes for ":focal" and ":jammy" to make
> isar-image-ci local redefinitions work again.
>
> This change is to be applied on top of the patch mentioned above.
>
> Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
> ---
> meta-isar/conf/distro/ubuntu-common.inc | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/meta-isar/conf/distro/ubuntu-common.inc b/meta-
> isar/conf/distro/ubuntu-common.inc
> index 9d8a843b..70893481 100644
> --- a/meta-isar/conf/distro/ubuntu-common.inc
> +++ b/meta-isar/conf/distro/ubuntu-common.inc
> @@ -32,3 +32,6 @@ IMAGE_PREINSTALL += "init"
> IMAGE_PREINSTALL += "initramfs-tools"
>
> IMAGER_INSTALL:wic += "python3-distutils"
> +
> +SYSTEMD_BOOTLOADER_INSTALL:focal = "systemd:${DISTRO_ARCH}"
> +SYSTEMD_BOOTLOADER_INSTALL:jammy = "systemd:${DISTRO_ARCH}"
> --
> 2.43.2
>
Applied to next.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-11 4:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-05 9:23 [PATCH] meta-test: Fix building focal/jammy qemuamd64 isar-image-ci Uladzimir Bely
2024-04-11 4:52 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox