Message ID | 20241224130933.1810659-3-antonin.godard@bootlin.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [kirkstone] poky.conf: add new tested distros | expand |
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"
These are currently tested on the autobuilder for Kirkstone. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- meta-poky/conf/distro/poky.conf | 5 +++++ 1 file changed, 5 insertions(+)