[scarthgap][PATCH] poky.conf: add Ubuntu 26.04 to SANITY_TESTED_DISTROS
Yoann Congal <[email protected]> Thu, 11 Jun 2026 15:28:36 +0200
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
From: Yoann Congal <[email protected]> A Ubuntu 26.04 worker is available on autobuilder and ran successfully: * bringup-fast https://autobuilder.yoctoproject.org/valkyrie/#/builders/97/builds/22 * bringup https://autobuilder.yoctoproject.org/valkyrie/#/builders/96/builds/34 This one was from the -nut branch but it did not change during merge Signed-off-by: Yoann Congal <[email protected]> --- meta-poky/conf/distro/poky.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index a7dc4046..177e5e04 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -39,6 +39,7 @@ SANITY_TESTED_DISTROS ?= " \ ubuntu-22.04 \n \ ubuntu-23.04 \n \ ubuntu-24.04 \n \ + ubuntu-26.04 \n \ fedora-38 \n \ fedora-39 \n \ fedora-40 \n \