1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

poky: Fix CentOS Stream distro names

CentOS Stream 8 and 9 report as `centos-8/9`, not `centosstream-8.9`.

On our stream9-vk-1 autobuilder worker:

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

We don't have running CentOS Stream 8 workers anymore, but from a local docker
container:

$ docker run --rm -it quay.io/centos/centos:stream8 bash
[root@c33732bb804a /]# cat /etc/os-release
....
ID="centos"
VERSION_ID="8"

(From meta-yocto rev: 0845965f1d81d22d47dcf28c525c7463fafe5245)

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Antonin Godard
2026-04-08 13:44:55 +02:00
committed by Paul Barker
parent b614b7cbca
commit a53cae3de9
+2 -2
View File
@@ -43,8 +43,8 @@ SANITY_TESTED_DISTROS ?= " \
fedora-39 \n \
fedora-40 \n \
fedora-41 \n \
centosstream-8 \n \
centosstream-9 \n \
centos-8 \n \
centos-9 \n \
debian-11 \n \
debian-12 \n \
opensuseleap-15.4 \n \