* [meta-yocto][whinlatter 0/1] Patch review
@ 2026-04-16 7:03 Yoann Congal
2026-04-16 7:03 ` [meta-yocto][whinlatter 1/1] poky: Fix CentOS Stream 9 distro name Yoann Congal
0 siblings, 1 reply; 3+ messages in thread
From: Yoann Congal @ 2026-04-16 7:03 UTC (permalink / raw)
To: poky
Please review this set of changes for whinlatter and have comments back by
end of day Sunday, April 19. I plan to do the release build on Monday.
Please note: This will be the last review cycle for whinlatter.
If you expect a patch to get merged and it is not in this series ping
me as soon as possible.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/3670
The following changes since commit 9b98ec5e6cfb6c9dc74d3c2e6304eeb274f7c487:
poky.conf: Bump version for 5.3.3 release (2026-03-16 11:04:02 +0000)
are available in the Git repository at:
https://git.yoctoproject.org/meta-yocto-contrib stable/whinlatter-nut
https://git.yoctoproject.org/meta-yocto-contrib/log/?h=stable/whinlatter-nut
for you to fetch changes up to 612d2774ce53cedf828db4bfd35bd5772e520dd0:
poky: Fix CentOS Stream 9 distro name (2026-04-14 10:08:31 +0200)
----------------------------------------------------------------
Paul Barker (1):
poky: Fix CentOS Stream 9 distro name
meta-poky/conf/distro/poky.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [meta-yocto][whinlatter 1/1] poky: Fix CentOS Stream 9 distro name
2026-04-16 7:03 [meta-yocto][whinlatter 0/1] Patch review Yoann Congal
@ 2026-04-16 7:03 ` Yoann Congal
2026-04-16 7:39 ` [poky] " Antonin Godard
0 siblings, 1 reply; 3+ messages in thread
From: Yoann Congal @ 2026-04-16 7:03 UTC (permalink / raw)
To: poky
From: Paul Barker <paul@pbarker.dev>
CentOS Stream 9 reports as `centos-9`, not `centosstream-9`.
On our stream9-vk-1 autobuilder worker:
$ ( source /etc/os-release && echo $ID-$VERSION_ID )
centos-9
(cherry picked from commit 2ed5aa3ac9eb7082b2534f12fb6b2f7fc3dc4bee)
Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
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 c09bff13..e50d9ea1 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -41,7 +41,7 @@ SANITY_TESTED_DISTROS ?= " \
fedora-40 \n \
fedora-41 \n \
fedora-42 \n \
- centosstream-9 \n \
+ centos-9 \n \
debian-11 \n \
debian-12 \n \
debian-13 \n \
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [poky] [meta-yocto][whinlatter 1/1] poky: Fix CentOS Stream 9 distro name
2026-04-16 7:03 ` [meta-yocto][whinlatter 1/1] poky: Fix CentOS Stream 9 distro name Yoann Congal
@ 2026-04-16 7:39 ` Antonin Godard
0 siblings, 0 replies; 3+ messages in thread
From: Antonin Godard @ 2026-04-16 7:39 UTC (permalink / raw)
To: yoann.congal, poky
Hi,
On Thu Apr 16, 2026 at 9:03 AM CEST, Yoann Congal via lists.yoctoproject.org wrote:
> From: Paul Barker <paul@pbarker.dev>
>
> CentOS Stream 9 reports as `centos-9`, not `centosstream-9`.
>
> On our stream9-vk-1 autobuilder worker:
>
> $ ( source /etc/os-release && echo $ID-$VERSION_ID )
> centos-9
>
> (cherry picked from commit 2ed5aa3ac9eb7082b2534f12fb6b2f7fc3dc4bee)
Note I already sent this earlier as well as a similar patch for scarthgap:
https://lore.kernel.org/r/20260408114639.453987-1-antonin.godard@bootlin.com
Antonin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-16 7:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 7:03 [meta-yocto][whinlatter 0/1] Patch review Yoann Congal
2026-04-16 7:03 ` [meta-yocto][whinlatter 1/1] poky: Fix CentOS Stream 9 distro name Yoann Congal
2026-04-16 7:39 ` [poky] " Antonin Godard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.