mbox series

[0/2] yocto-bsp: Bump the default kernel to v6.6 for all the machines

Message ID 20240120134254.3235808-1-haokexin@gmail.com (mailing list archive)
Headers show
Series yocto-bsp: Bump the default kernel to v6.6 for all the machines | expand

Message

Kevin Hao Jan. 20, 2024, 1:42 p.m. UTC
From: Kevin Hao <kexin.hao@windriver.com>

Hi Richard,

This patch series bumps the default kernel to the v6.6 for all the
reference machines, and also drop the v6.1 bbappend at the same time.
There are some kernel config check warnings on the beaglebone on v6.6 kernel.
A fix [1] is under review. Build and boot test for all the machines.

[1] https://lists.yoctoproject.org/g/linux-yocto/message/13504

Kevin Hao (2):
  yocto-bsp: Bump the default kernel to v6.6
  yocto-bsp: Drop the support for v6.1 kernel

 .../conf/machine/beaglebone-yocto.conf        |  7 ++++---
 .../machine/include/genericx86-common.inc     |  2 +-
 .../linux/linux-yocto_6.1.bbappend            | 19 -------------------
 .../linux/linux-yocto_6.6.bbappend            | 19 +++++++++++++++++++
 4 files changed, 24 insertions(+), 23 deletions(-)
 delete mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend
 create mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend