From: Paul Barker <paul@pbarker.dev>
To: poky@lists.yoctoproject.org
Cc: Paul Barker <paul@pbarker.dev>
Subject: [PATCH] poky: Fix CentOS Stream 9 distro name
Date: Fri, 03 Apr 2026 12:59:58 +0100 [thread overview]
Message-ID: <20260403-centos-9-v1-1-e5324bd74ea3@pbarker.dev> (raw)
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>
---
meta-poky/conf/distro/poky.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 5e1dc28c25fa..3c0b2c932e45 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -42,7 +42,7 @@ SANITY_TESTED_DISTROS ?= " \
fedora-41 \n \
fedora-42 \n \
fedora-43 \n \
- centosstream-9 \n \
+ centos-9 \n \
debian-11 \n \
debian-12 \n \
debian-13 \n \
---
base-commit: ac300baea7314ea3c80f2330b2a993f729f32150
change-id: 20260403-centos-9-c7f3eafdc15b
Best regards,
--
Paul Barker
next reply other threads:[~2026-04-03 12:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-03 11:59 Paul Barker [this message]
2026-04-03 17:25 ` [poky] [PATCH] poky: Fix CentOS Stream 9 distro name Yoann Congal
2026-04-06 8:43 ` Paul Barker
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=20260403-centos-9-v1-1-e5324bd74ea3@pbarker.dev \
--to=paul@pbarker.dev \
--cc=poky@lists.yoctoproject.org \
/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