From: Uladzimir Bely <ubely@ilbers.de>
To: Adriaan Schmidt <adriaan.schmidt@siemens.com>,
isar-users@googlegroups.com
Subject: Re: [PATCH v2 1/1] fix: package exceptions for distro versions
Date: Thu, 11 Apr 2024 07:52:10 +0300 [thread overview]
Message-ID: <37bc93f2e0e3319b5309d632a11d386f273671c9.camel@ilbers.de> (raw)
In-Reply-To: <20240326093919.1847049-1-adriaan.schmidt@siemens.com>
On Tue, 2024-03-26 at 10:39 +0100, 'Adriaan Schmidt' via isar-users
wrote:
> We have some cases of changing package names (originally between
> bullseye
> and bookworm), which were solved by adding explicit exceptions for
> bookworm.
>
> This cleans that up:
> - assume bookworm is the default
> - define exceptions for bullseye and buster (making it easier to find
> them
> once those versions are dropped)
>
> Signed-off-by: Adriaan Schmidt <adriaan.schmidt@siemens.com>
> ---
> meta/conf/distro/debian-common.conf | 6 +++---
> meta/recipes-kernel/kselftest/kselftest.inc | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta/conf/distro/debian-common.conf
> b/meta/conf/distro/debian-common.conf
> index 1e1dfc83..5c7a98d9 100644
> --- a/meta/conf/distro/debian-common.conf
> +++ b/meta/conf/distro/debian-common.conf
> @@ -33,9 +33,9 @@ GRUB_DEBIAN_SB_MOK:amd64 = "shim-helpers-amd64-
> signed"
>
> SYSLINUX_BOOTLOADER_INSTALL = "syslinux syslinux-common"
>
> -SYSTEMD_BOOTLOADER_INSTALL = "systemd:${DISTRO_ARCH}"
> -SYSTEMD_BOOTLOADER_INSTALL:bookworm = "systemd-boot-
> efi:${DISTRO_ARCH}"
> -SYSTEMD_BOOTLOADER_INSTALL:sid = "systemd-boot-efi:${DISTRO_ARCH}"
> +SYSTEMD_BOOTLOADER_INSTALL = "systemd-boot-efi:${DISTRO_ARCH}"
> +SYSTEMD_BOOTLOADER_INSTALL:bullseye = "systemd:${DISTRO_ARCH}"
> +SYSTEMD_BOOTLOADER_INSTALL:buster = "systemd:${DISTRO_ARCH}"
>
> COMPAT_DISTRO_ARCH:amd64 = "i386"
> COMPAT_DISTRO_ARCH:arm64 = "armhf"
> diff --git a/meta/recipes-kernel/kselftest/kselftest.inc
> b/meta/recipes-kernel/kselftest/kselftest.inc
> index 6196f825..95dece10 100644
> --- a/meta/recipes-kernel/kselftest/kselftest.inc
> +++ b/meta/recipes-kernel/kselftest/kselftest.inc
> @@ -20,7 +20,7 @@ DEBIAN_BUILD_DEPENDS ?= " \
> rsync, \
> flex, \
> bison, \
> - ${@ 'fuse3' if d.getVar('BASE_DISTRO_CODENAME') == 'bookworm'
> else 'fuse'}, \
> + ${@ 'fuse' if d.getVar('BASE_DISTRO_CODENAME') in ['bullseye',
> 'buster'] else 'fuse3'}, \
> libelf-dev:native, \
> libcap-ng-dev:native, \
> libpopt-dev:native, \
> --
> 2.30.2
>
Applied to next, thanks.
prev parent reply other threads:[~2024-04-11 4:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-26 9:39 Adriaan Schmidt
2024-04-05 9:18 ` Uladzimir Bely
2024-04-11 4:52 ` 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=37bc93f2e0e3319b5309d632a11d386f273671c9.camel@ilbers.de \
--to=ubely@ilbers.de \
--cc=adriaan.schmidt@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