[kirkstone][PATCH] poky.conf: add new tested distros
Antonin Godard <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
These are currently tested on the autobuilder for Kirkstone. Signed-off-by: Antonin Godard <[email protected]> --- meta-poky/conf/distro/poky.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 08c8d5f..701736a 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -38,9 +38,14 @@ SANITY_TESTED_DISTROS ?= " \ ubuntu-20.04 \n \ ubuntu-22.04 \n \ fedora-37 \n \ + fedora-39 \n \ + fedora-40 \n \ debian-11 \n \ opensuseleap-15.3 \n \ almalinux-8.8 \n \ + almalinux-8.9 \n \ + almalinux-8.10 \n \ + almalinux-9.4 \n \ " # add poky sanity bbclass INHERIT += "poky-sanity"