Message ID | 20250305091143.2024358-1-richard.purdie@linuxfoundation.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | poky: Update SANITY_TESTED_DISTROS | expand |
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index eeaacd7b88f..99bd6407bc4 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -40,14 +40,15 @@ SANITY_TESTED_DISTROS ?= " \ fedora-38 \n \ fedora-39 \n \ fedora-40 \n \ - centosstream-8 \n \ + fedora-41 \n \ + centosstream-9 \n \ debian-11 \n \ debian-12 \n \ - opensuseleap-15.4 \n \ opensuseleap-15.5 \n \ opensuseleap-15.6 \n \ almalinux-8.8 \n \ almalinux-9.2 \n \ + rocky-8 \n \ rocky-9 \n \ " # add poky sanity bbclass
Update the distros list to match what the autobuilder has available as configured and tested workers. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta-poky/conf/distro/poky.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)