1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

poky.conf: Update SANITY_TESTED_DISTROS to match autobuilder

The autobuilder workers change over time, update the sanity testing list
to match the current autobuilder workers OS list.

(From meta-yocto rev: b662ed3d7a40d7c96f67b8a2337fd1eaa3f179a9)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman
2023-02-21 11:37:33 -10:00
committed by Richard Purdie
parent 9940cd4d8d
commit b3dc6fe286
+2
View File
@@ -41,6 +41,7 @@ SANITY_TESTED_DISTROS ?= " \
ubuntu-22.04 \n \ ubuntu-22.04 \n \
fedora-34 \n \ fedora-34 \n \
fedora-35 \n \ fedora-35 \n \
fedora-36 \n \
centos-7 \n \ centos-7 \n \
centos-8 \n \ centos-8 \n \
debian-9 \n \ debian-9 \n \
@@ -48,6 +49,7 @@ SANITY_TESTED_DISTROS ?= " \
debian-11 \n \ debian-11 \n \
opensuseleap-15.3 \n \ opensuseleap-15.3 \n \
almalinux-8.5 \n \ almalinux-8.5 \n \
almalinux-8.7 \n \
" "
# add poky sanity bbclass # add poky sanity bbclass
INHERIT += "poky-sanity" INHERIT += "poky-sanity"