public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users <isar-users@googlegroups.com>,
	Florian Bezdeka <florian.bezdeka@siemens.com>,
	Henning Schild <henning.schild@siemens.com>
Subject: [PATCH 1/2] meta: introduce systemd-boot dependency variable
Date: Fri, 8 Jul 2022 11:31:00 +0300	[thread overview]
Message-ID: <b73731ec-fae3-860a-3247-533de09ccf46@ilbers.de> (raw)
In-Reply-To: <20220707141803.22408-2-amikan@ilbers.de>


The package systemd-boot was separated from systemd starting from
Debian Bookworm. This makes targets using this bootloader declare
additional dependency based on distro version. Add variable
SYSTEMD_BOOTLOADER_INSTALL to use as IMAGE_PREINSTALL in configs.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
  meta/conf/distro/debian-common.conf | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/meta/conf/distro/debian-common.conf 
b/meta/conf/distro/debian-common.conf
index d24fc2b..145b804 100644
--- a/meta/conf/distro/debian-common.conf
+++ b/meta/conf/distro/debian-common.conf
@@ -27,6 +27,8 @@ GRUB_BOOTLOADER_INSTALL_armhf = "grub-efi-arm-bin"
  GRUB_BOOTLOADER_INSTALL_arm64 = "grub-efi-arm64-bin"
   SYSLINUX_BOOTLOADER_INSTALL = "syslinux syslinux-common"
+SYSTEMD_BOOTLOADER_INSTALL = "systemd"
+SYSTEMD_BOOTLOADER_INSTALL_debian-bookworm = "systemd-boot"
   COMPAT_DISTRO_ARCH_amd64 = "i386"
  COMPAT_DISTRO_ARCH_arm64 = "armhf"
-- 
2.17.1


  reply	other threads:[~2022-07-08  8:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 14:18 [PATCH 0/2] Fix and cover systemd-boot usage in bookworm Anton Mikanovich
2022-07-07 14:18 ` [PATCH 1/2] meta: introduce systemd-boot dependency variable Anton Mikanovich
2022-07-08  8:31   ` Anton Mikanovich [this message]
2022-07-08  8:32     ` Anton Mikanovich
2022-07-07 14:18 ` [PATCH 2/2] meta-isar: enable systemd-boot for qemuarm-bookworm Anton Mikanovich
2022-07-08  8:48   ` Henning Schild
2022-07-08 11:04     ` Jan Kiszka
2022-07-12 13:08       ` Anton Mikanovich
2022-07-07 15:50 ` [PATCH 0/2] Fix and cover systemd-boot usage in bookworm Henning Schild
2022-07-08  7:57   ` Bezdeka, Florian
2022-07-08  8:07     ` Anton Mikanovich
2022-07-08  8:11       ` Bezdeka, Florian
2022-07-08  8:23         ` Bezdeka, Florian
2022-07-08  8:28           ` Anton Mikanovich
2022-07-08  8:49             ` Henning Schild
2022-07-08  8:44           ` Henning Schild
2022-07-08  9:01   ` Baurzhan Ismagulov

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=b73731ec-fae3-860a-3247-533de09ccf46@ilbers.de \
    --to=amikan@ilbers.de \
    --cc=florian.bezdeka@siemens.com \
    --cc=henning.schild@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