summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-08 21:51:35 +0200
committerSteve Sakoman <steve@sakoman.com>2023-08-18 03:57:05 -1000
commit48ba18aa2d3fc56c9ff653e2b2b556d4572f16ba (patch)
tree35eddb3e8b70c1aa6dc6ac552641f87e6dfb7ee2
parent870d88bff479fd1fe8f1eb9ec97e0cf5fa27f0a0 (diff)
downloadpoky-48ba18aa2d3fc56c9ff653e2b2b556d4572f16ba.tar.gz
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: e1590665ab1a4fa4ffb2321a4a63e038c153e5d8) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta-poky/conf/distro/poky.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index d17e8bdcd9..810126122d 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -38,13 +38,16 @@ SANITY_TESTED_DISTROS ?= " \
38 ubuntu-18.04 \n \ 38 ubuntu-18.04 \n \
39 ubuntu-20.04 \n \ 39 ubuntu-20.04 \n \
40 ubuntu-22.04 \n \ 40 ubuntu-22.04 \n \
41 fedora-36 \n \ 41 ubuntu-22.10 \n \
42 fedora-37 \n \ 42 fedora-37 \n \
43 fedora-38 \n \
44 centosstream-8 \n \
43 debian-11 \n \ 45 debian-11 \n \
46 debian-12 \n \
44 opensuseleap-15.3 \n \ 47 opensuseleap-15.3 \n \
45 opensuseleap-15.4 \n \ 48 opensuseleap-15.4 \n \
46 almalinux-8.7 \n \ 49 almalinux-8.8 \n \
47 almalinux-9.1 \n \ 50 almalinux-9.2 \n \
48 " 51 "
49# add poky sanity bbclass 52# add poky sanity bbclass
50INHERIT += "poky-sanity" 53INHERIT += "poky-sanity"