[PATCH] poky.conf: update SANITY_TESTED_DISTROS to match autobuilder
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
From: Michael Opdenacker <[email protected]> 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 Signed-off-by: Michael Opdenacker <[email protected]> --- meta-poky/conf/distro/poky.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index e742666..f4d55a4 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -38,16 +38,15 @@ SANITY_TESTED_DISTROS ?= " \ ubuntu-18.04 \n \ ubuntu-20.04 \n \ ubuntu-22.04 \n \ - ubuntu-22.10 \n \ - fedora-37 \n \ + ubuntu-23.04 \n \ fedora-38 \n \ centosstream-8 \n \ debian-11 \n \ debian-12 \n \ - opensuseleap-15.3 \n \ opensuseleap-15.4 \n \ almalinux-8.8 \n \ almalinux-9.2 \n \ + rocky-9 \n \ " # add poky sanity bbclass INHERIT += "poky-sanity" -- 2.34.1