diff mbox series

[meta-yocto,whinlatter,1/1] poky: Fix CentOS Stream 9 distro name

Message ID 612d2774ce53cedf828db4bfd35bd5772e520dd0.1776322970.git.yoann.congal@smile.fr (mailing list archive)
State New
Headers show
Series [meta-yocto,whinlatter,1/1] poky: Fix CentOS Stream 9 distro name | expand

Commit Message

Yoann Congal April 16, 2026, 7:03 a.m. UTC
From: Paul Barker <paul@pbarker.dev>

CentOS Stream 9 reports as `centos-9`, not `centosstream-9`.

On our stream9-vk-1 autobuilder worker:

    $ ( source /etc/os-release && echo $ID-$VERSION_ID )
    centos-9

(cherry picked from commit 2ed5aa3ac9eb7082b2534f12fb6b2f7fc3dc4bee)

Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta-poky/conf/distro/poky.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Antonin Godard April 16, 2026, 7:39 a.m. UTC | #1
Hi,

On Thu Apr 16, 2026 at 9:03 AM CEST, Yoann Congal via lists.yoctoproject.org wrote:
> From: Paul Barker <paul@pbarker.dev>
>
> CentOS Stream 9 reports as `centos-9`, not `centosstream-9`.
>
> On our stream9-vk-1 autobuilder worker:
>
>     $ ( source /etc/os-release && echo $ID-$VERSION_ID )
>     centos-9
>
> (cherry picked from commit 2ed5aa3ac9eb7082b2534f12fb6b2f7fc3dc4bee)

Note I already sent this earlier as well as a similar patch for scarthgap:
https://lore.kernel.org/r/20260408114639.453987-1-antonin.godard@bootlin.com

Antonin
diff mbox series

Patch

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index c09bff13..e50d9ea1 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -41,7 +41,7 @@  SANITY_TESTED_DISTROS ?= " \
             fedora-40 \n \
             fedora-41 \n \
             fedora-42 \n \
-            centosstream-9 \n \
+            centos-9 \n \
             debian-11 \n \
             debian-12 \n \
             debian-13 \n \