[scarthgap][PATCH] poky.conf: add fedora-41, rocky-8 to SANITY_TESTED_DISTROS
Yoann Congal <[email protected]> Sat, 28 Feb 2026 10:24:31 +0100
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
From: Yoann Congal <[email protected]> Those are already documented as supported: https://git.yoctoproject.org/yocto-docs/tree/documentation/ref-manual/system-requirements.rst?h=scarthgap#n65 Actually support them in sanity check. Signed-off-by: Yoann Congal <[email protected]> --- meta-poky/conf/distro/poky.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 59d8f692..9db4de91 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -42,6 +42,7 @@ SANITY_TESTED_DISTROS ?= " \ fedora-38 \n \ fedora-39 \n \ fedora-40 \n \ + fedora-41 \n \ centosstream-8 \n \ debian-11 \n \ debian-12 \n \ @@ -51,6 +52,7 @@ SANITY_TESTED_DISTROS ?= " \ almalinux-8.10 \n \ almalinux-9.2 \n \ almalinux-9.4 \n \ + rocky-8 \n \ rocky-9 \n \ " # add poky sanity bbclass