summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-08 21:46:08 +0200
committerSteve Sakoman <steve@sakoman.com>2023-08-16 03:55:13 -1000
commitbce2280258497b42e8de94fbbc37cde627e2d1c5 (patch)
tree0713db262e0d5651c8fcb71a452c11c4a95e125d /meta-poky
parent995f3a62436bd265ea7fe92bed5d4a7952a23efa (diff)
downloadpoky-bce2280258497b42e8de94fbbc37cde627e2d1c5.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: eed6f8cd486d9dee764f20d967f07902288e7c65) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/distro/poky.conf20
1 files changed, 2 insertions, 18 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 6d0412f832..5874969467 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -43,29 +43,13 @@ SANITY_TESTED_DISTROS ?= " \
43 poky-2.7 \n \ 43 poky-2.7 \n \
44 poky-3.0 \n \ 44 poky-3.0 \n \
45 poky-3.1 \n \ 45 poky-3.1 \n \
46 ubuntu-16.04 \n \
47 ubuntu-18.04 \n \ 46 ubuntu-18.04 \n \
48 ubuntu-19.04 \n \
49 ubuntu-20.04 \n \ 47 ubuntu-20.04 \n \
50 ubuntu-22.04 \n \ 48 ubuntu-22.04 \n \
51 fedora-30 \n \ 49 fedora-37 \n \
52 fedora-31 \n \
53 fedora-32 \n \
54 fedora-33 \n \
55 fedora-34 \n \
56 fedora-35 \n \
57 fedora-36 \n \
58 centos-7 \n \
59 centos-8 \n \
60 debian-8 \n \
61 debian-9 \n \
62 debian-10 \n \
63 debian-11 \n \ 50 debian-11 \n \
64 opensuseleap-15.1 \n \
65 opensuseleap-15.2 \n \
66 opensuseleap-15.3 \n \ 51 opensuseleap-15.3 \n \
67 almalinux-8.5 \n \ 52 almalinux-8.8 \n \
68 almalinux-8.7 \n \
69 " 53 "
70# add poky sanity bbclass 54# add poky sanity bbclass
71INHERIT += "poky-sanity" 55INHERIT += "poky-sanity"