Skip to content

Commit c62550a

Browse files
committed
raspberrypi4: Pin to using 6.12 kernel
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
1 parent fdddf79 commit c62550a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

conf/machine/raspberrypi4.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
66
require conf/machine/include/arm/armv7a/tune-cortexa7.inc
77
include conf/machine/include/rpi-base.inc
88

9+
# 6.18 has removed 32bit config for rpi4 and expects it
10+
# to always use 64bit kernel even if rootfs is needed to be
11+
# 32bit. So we need multiconfig builds, and technically, 32bit
12+
# option for rpi4 should be gone
13+
PREFERRED_VERSION_linux-raspberrypi ?= "6.12.%"
14+
915
MACHINE_FEATURES += "pci"
1016
MACHINE_EXTRA_RRECOMMENDS += "\
1117
linux-firmware-rpidistro-bcm43455 \

0 commit comments

Comments
 (0)