mbox series

[0/5] linux-yocto: -stable updates

Message ID 20260908011731.2895743-1-bruce.ashfield@gmail.com
Headers show
Series linux-yocto: -stable updates | expand

Message

Bruce Ashfield Sept. 8, 2026, 1:17 a.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

Hi all,

Since we are working through 7.2 integration, I wanted to get these
stable updates out while the older (6.18 and less) are still under
test (those -stable updates will follow).

I did sneak a 6.18-rt update in, but it was trivial and tested
independently.

(yes, the yocto-bsps update is in this series, even though it
is for the yocto-bsp repo)

Cheers,

Bruce


openembedded-core (4):
  linux-yocto/7.2: menuconfig,mconf-cfg: Fix broken menuconfig
  linux-yocto/7.2: rt: update to v7.2-rt5
  linux-yocto/6.18: rt: update to v6.18.37-rt6
  linux-yocto/7.2: update to v7.2.4

meta-yocto (1):
  yocto-bsps: update to v7.2.4

 openembedded-core:
 meta/recipes-kernel/linux/linux-yocto-rt_6.18.bb   |  4 ++--
 meta/recipes-kernel/linux/linux-yocto-rt_7.2.bb    |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_6.18.bb |  4 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_7.2.bb  |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_6.18.bb      | 20 ++++++++++----------
 meta/recipes-kernel/linux/linux-yocto_7.2.bb       | 24 ++++++++++++------------
 6 files changed, 32 insertions(+), 32 deletions(-)

 meta-yocto:
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_7.2.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yoann Congal Sept. 8, 2026, 8:15 a.m. UTC | #1
On Tue Sep 8, 2026 at 3:17 AM CEST, Bruce Ashfield via lists.openembedded.org wrote:
> From: Bruce Ashfield <bruce.ashfield@gmail.com>
>
> Hi all,
>
> Since we are working through 7.2 integration, I wanted to get these
> stable updates out while the older (6.18 and less) are still under
> test (those -stable updates will follow).
>
> I did sneak a 6.18-rt update in, but it was trivial and tested
> independently.
>
> (yes, the yocto-bsps update is in this series, even though it
> is for the yocto-bsp repo)
>
> Cheers,
>
> Bruce
>
>
> openembedded-core (4):
>   linux-yocto/7.2: menuconfig,mconf-cfg: Fix broken menuconfig
>   linux-yocto/7.2: rt: update to v7.2-rt5
>   linux-yocto/6.18: rt: update to v6.18.37-rt6
>   linux-yocto/7.2: update to v7.2.4
>
> meta-yocto (1):
>   yocto-bsps: update to v7.2.4
>
>  openembedded-core:
>  meta/recipes-kernel/linux/linux-yocto-rt_6.18.bb   |  4 ++--
>  meta/recipes-kernel/linux/linux-yocto-rt_7.2.bb    |  6 +++---
>  meta/recipes-kernel/linux/linux-yocto-tiny_6.18.bb |  4 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_7.2.bb  |  6 +++---
>  meta/recipes-kernel/linux/linux-yocto_6.18.bb      | 20 ++++++++++----------
>  meta/recipes-kernel/linux/linux-yocto_7.2.bb       | 24 ++++++++++++------------
>  6 files changed, 32 insertions(+), 32 deletions(-)
>
>  meta-yocto:
>  meta-yocto-bsp/recipes-kernel/linux/linux-yocto_7.2.bbappend | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Hello,

Is there a chance that a fix for #16414 "AB-INT: testsdk:
kernel-module-hello-world build fail"[0] hides somewhere in this
upgrade?

[0]: https://bugzilla.yoctoproject.org/show_bug.cgi?id=16414

Thanks!