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:
Ayoub Zaki
2026-06-05 22:47:29 +02:00
committed by Khem Raj
parent 6d81e22c38
commit 004d6d4637
@@ -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.%"