diff mbox series

[whinlatter] poky: Fix CentOS Stream 9 distro name

Message ID 20260408114639.453987-1-antonin.godard@bootlin.com (mailing list archive)
State New
Headers show
Series [whinlatter] poky: Fix CentOS Stream 9 distro name | expand

Commit Message

Antonin Godard April 8, 2026, 11:44 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

Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2ed5aa3ac9eb7082b2534f12fb6b2f7fc3dc4bee)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 meta-poky/conf/distro/poky.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index c09bff13b0..e50d9ea1df 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 \