poky.conf: update SANITY_TESTED_DISTROS to match autobuilder

>From the intersection of the list of allowed workers
on https://git.yoctoproject.org/yocto-autobuilder2/tree/config.py
and the active workers on
https://autobuilder.yoctoproject.org/typhoon/#/workers

(From meta-yocto rev: dc5bd555e1910cdbba4252b896cc3021a8f1ec51)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker 2023-08-08 21:42:34 +02:00 committed by Richard Purdie
parent 058a44165c
commit 5477cad9b9

View File

@ -38,14 +38,16 @@ SANITY_TESTED_DISTROS ?= " \
ubuntu-18.04 \n \
ubuntu-20.04 \n \
ubuntu-22.04 \n \
fedora-36 \n \
ubuntu-22.10 \n \
fedora-37 \n \
fedora-38 \n \
centosstream-8 \n \
debian-11 \n \
debian-12 \n \
opensuseleap-15.3 \n \
opensuseleap-15.4 \n \
almalinux-8.7 \n \
almalinux-9.1 \n \
almalinux-8.8 \n \
almalinux-9.2 \n \
"
# add poky sanity bbclass
INHERIT += "poky-sanity"