mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
poky.conf: add fedora-41, debian-12, rocky-8&9 to SANITY_TESTED_DISTROS
Those are already documented as supported: https://git.yoctoproject.org/yocto-docs/tree/documentation/ref-manual/system-requirements.rst?h=kirkstone#n65 Actually support them in sanity check. (From meta-yocto rev: 1d3874a383023a5e2433e0fcfd87ac5d1e6d341d) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3f5e203cbf
commit
1fdf609aa8
@@ -41,12 +41,16 @@ SANITY_TESTED_DISTROS ?= " \
|
|||||||
fedora-37 \n \
|
fedora-37 \n \
|
||||||
fedora-39 \n \
|
fedora-39 \n \
|
||||||
fedora-40 \n \
|
fedora-40 \n \
|
||||||
|
fedora-41 \n \
|
||||||
debian-11 \n \
|
debian-11 \n \
|
||||||
|
debian-12 \n \
|
||||||
opensuseleap-15.3 \n \
|
opensuseleap-15.3 \n \
|
||||||
almalinux-8.8 \n \
|
almalinux-8.8 \n \
|
||||||
almalinux-8.9 \n \
|
almalinux-8.9 \n \
|
||||||
almalinux-8.10 \n \
|
almalinux-8.10 \n \
|
||||||
almalinux-9.4 \n \
|
almalinux-9.4 \n \
|
||||||
|
rocky-8 \n \
|
||||||
|
rocky-9 \n \
|
||||||
"
|
"
|
||||||
# add poky sanity bbclass
|
# add poky sanity bbclass
|
||||||
INHERIT += "poky-sanity"
|
INHERIT += "poky-sanity"
|
||||||
|
|||||||
Reference in New Issue
Block a user