[PATCH] poky: update supported Ubuntu distribustions
Mathieu Dubois-Briand <[email protected]> Tue, 30 Sep 2025 13:13:34 +0200
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
Ubuntu 24.10 has reach its end of life and is no longer supported. Workers were removed from the autobuilder and replaced by ubuntu 25.04 workers. Signed-off-by: Mathieu Dubois-Briand <[email protected]> --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 3a17748fdbab99c88bfae57758ccea70a109069a..29b529ddb8d11e8108835ae1c9cdafbd309190cb 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -35,7 +35,7 @@ SANITY_TESTED_DISTROS ?= " \ poky-5.2 \n \ ubuntu-22.04 \n \ ubuntu-24.04 \n \ - ubuntu-24.10 \n \ + ubuntu-25.04 \n \ fedora-39 \n \ fedora-40 \n \ fedora-41 \n \ --- base-commit: db24e48498b2d40131b871f6eafeb7a67da343f0 change-id: 20250930-mathieu-ubuntu-2504-b0fcfa5f7586 Best regards, -- Mathieu Dubois-Briand <[email protected]>