From db0505b9ba33015038eaecce835fd991db32ed20 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 24 Dec 2024 14:09:29 +0100 Subject: [PATCH] poky.conf: add new tested distros These are currently tested on the autobuilder for Kirkstone. (From meta-yocto rev: f9d0be9bb3c447cad6292434b803c317c9efac53) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- meta-poky/conf/distro/poky.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 08c8d5f66c..701736a5a3 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -38,9 +38,14 @@ SANITY_TESTED_DISTROS ?= " \ ubuntu-20.04 \n \ ubuntu-22.04 \n \ fedora-37 \n \ + fedora-39 \n \ + fedora-40 \n \ debian-11 \n \ opensuseleap-15.3 \n \ almalinux-8.8 \n \ + almalinux-8.9 \n \ + almalinux-8.10 \n \ + almalinux-9.4 \n \ " # add poky sanity bbclass INHERIT += "poky-sanity"