1 parent fdddf79 commit c62550aCopy full SHA for c62550a
1 file changed
conf/machine/raspberrypi4.conf
@@ -6,6 +6,12 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6
require conf/machine/include/arm/armv7a/tune-cortexa7.inc
7
include conf/machine/include/rpi-base.inc
8
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
+
15
MACHINE_FEATURES += "pci"
16
MACHINE_EXTRA_RRECOMMENDS += "\
17
linux-firmware-rpidistro-bcm43455 \
0 commit comments