mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
004d6d4637
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>
6 lines
204 B
PHP
6 lines
204 B
PHP
# RaspberryPi BSP default versions
|
|
|
|
PREFERRED_VERSION_linux-raspberrypi ??= "6.18.%"
|
|
PREFERRED_VERSION_linux-raspberrypi:raspberrypi-armv7 ??= "6.12.%"
|
|
PREFERRED_VERSION_linux-raspberrypi-v7 ??= "6.12.%"
|