diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-12-20 15:57:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-20 23:36:00 +0000 |
| commit | baa6b64a946623db4db2d29f29f35ad0fec2b4d7 (patch) | |
| tree | 386e13949a1f8125a615f901ba346da24eed878f | |
| parent | 1720dae4ed5b68679e0df29eb022dc0ccf154cd5 (diff) | |
| download | poky-baa6b64a946623db4db2d29f29f35ad0fec2b4d7.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: 5859bb1be028d303ddc8729ff761bdde7f7dd5f1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta-poky/conf/distro/poky.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index e742666b4e..f4d55a41c1 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf | |||
| @@ -38,16 +38,15 @@ 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 | ubuntu-22.10 \n \ | 41 | ubuntu-23.04 \n \ |
| 42 | fedora-37 \n \ | ||
| 43 | fedora-38 \n \ | 42 | fedora-38 \n \ |
| 44 | centosstream-8 \n \ | 43 | centosstream-8 \n \ |
| 45 | debian-11 \n \ | 44 | debian-11 \n \ |
| 46 | debian-12 \n \ | 45 | debian-12 \n \ |
| 47 | opensuseleap-15.3 \n \ | ||
| 48 | opensuseleap-15.4 \n \ | 46 | opensuseleap-15.4 \n \ |
| 49 | almalinux-8.8 \n \ | 47 | almalinux-8.8 \n \ |
| 50 | almalinux-9.2 \n \ | 48 | almalinux-9.2 \n \ |
| 49 | rocky-9 \n \ | ||
| 51 | " | 50 | " |
| 52 | # add poky sanity bbclass | 51 | # add poky sanity bbclass |
| 53 | INHERIT += "poky-sanity" | 52 | INHERIT += "poky-sanity" |
