Message ID | 20241224130933.1810659-2-antonin.godard@bootlin.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [scarthgap] poky.conf: add new tested distros | expand |
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 9d47fc5..da9d2cf 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -40,12 +40,16 @@ SANITY_TESTED_DISTROS ?= " \ ubuntu-23.04 \n \ fedora-38 \n \ fedora-39 \n \ + fedora-40 \n \ centosstream-8 \n \ debian-11 \n \ debian-12 \n \ opensuseleap-15.4 \n \ almalinux-8.8 \n \ + almalinux-8.9 \n \ + almalinux-8.10 \n \ almalinux-9.2 \n \ + almalinux-9.4 \n \ rocky-9 \n \ " # add poky sanity bbclass
These are currently tested on the autobuilder for Scarthgap. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- meta-poky/conf/distro/poky.conf | 4 ++++ 1 file changed, 4 insertions(+)