Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions conf/machine/include/rpi-default-versions.inc
Original file line number Diff line number Diff line change
@@ -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.%"
6 changes: 6 additions & 0 deletions conf/machine/raspberrypi4.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
require conf/machine/include/arm/armv7a/tune-cortexa7.inc
include conf/machine/include/rpi-base.inc

# 6.18 has removed 32bit config for rpi4 and expects it
# to always use 64bit kernel even if rootfs is needed to be
# 32bit. So we need multiconfig builds, and technically, 32bit
# option for rpi4 should be gone
PREFERRED_VERSION_linux-raspberrypi ?= "6.12.%"

MACHINE_FEATURES += "pci"
MACHINE_EXTRA_RRECOMMENDS += "\
linux-firmware-rpidistro-bcm43455 \
Expand Down
Loading