| Message ID | 20260710-mathieu-add-fedora44-v1-1-e6b57779b4cc@bootlin.com (mailing list archive) |
|---|---|
| State | New |
| Headers | show |
| Series | poky.conf: Update the list of sanity tested distros list | expand |
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 55d224d564c2..2ba98f4ba244 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -38,6 +38,7 @@ SANITY_TESTED_DISTROS ?= " \ ubuntu-25.10 \n \ ubuntu-26.04 \n \ fedora-43 \n \ + fedora-44 \n \ centos-9 \n \ centos-10 \n \ debian-11 \n \ @@ -45,8 +46,9 @@ SANITY_TESTED_DISTROS ?= " \ debian-13 \n \ opensuseleap-15.6 \n \ opensuseleap-16.0 \n \ - almalinux-8.8 \n \ - almalinux-9.2 \n \ + almalinux-8.10 \n \ + almalinux-9.8 \n \ + almalinux-10.2 \n \ rocky-8 \n \ rocky-9 \n \ "
Fedora 44 and Alma 10 workers were added to the autobuilder. Alma 8 and 9 workers were updated. Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> --- meta-poky/conf/distro/poky.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- base-commit: 366fa2f21bfb0d9c4de492e0204a0dd38ce241ab change-id: 20260710-mathieu-add-fedora44-55c5c95c4899 Best regards,