diff mbox series

[meta-yocto,scarthgap,1/1] poky.conf: add Ubuntu 26.04 to SANITY_TESTED_DISTROS

Message ID 8221a532ed3dd4fdb47dffa35f82a1d20ae425db.1781683469.git.yoann.congal@smile.fr (mailing list archive)
State New
Headers show
Series [meta-yocto,scarthgap,1/1] poky.conf: add Ubuntu 26.04 to SANITY_TESTED_DISTROS | expand

Commit Message

Yoann Congal June 17, 2026, 8:06 a.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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 <yoann.congal@smile.fr>
---
 meta-poky/conf/distro/poky.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 \