mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
linux-raspberrypi: switch to Linux 6.18
Switch the default linux-raspberrypi to 6.18. Pin raspberrypi-armv7 to 6.12 for both linux-raspberrypi and linux-raspberrypi-v7, since bcm2711_defconfig was dropped from arch/arm/configs/ in 6.18 and 32-bit builds fail do_kernel_metadata. arm64 machines stay on 6.18. Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# RaspberryPi BSP default versions
|
||||
|
||||
PREFERRED_VERSION_linux-raspberrypi ??= "6.12.%"
|
||||
PREFERRED_VERSION_linux-raspberrypi-v7 ??= "${PREFERRED_VERSION_linux-raspberrypi}"
|
||||
PREFERRED_VERSION_linux-raspberrypi ??= "6.18.%"
|
||||
PREFERRED_VERSION_linux-raspberrypi:raspberrypi-armv7 ??= "6.12.%"
|
||||
PREFERRED_VERSION_linux-raspberrypi-v7 ??= "6.12.%"
|
||||
|
||||
Reference in New Issue
Block a user