| 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 |
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 --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 \