Skip to content

Commit 46596b8

Browse files
floionmtoman
authored andcommitted
rt-rpi-300.conf: Pin to kernel version 5.15
In order to use kernel 6.1 on this machine we'd need to rework some of the patches. Signed-off-by: Florin Sarbu <florin@balena.io>
1 parent 04c13b6 commit 46596b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

layers/meta-balena-raspberrypi/conf/machine/rt-rpi-300.conf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
#@NAME: Rocktech-RPI-300
33
#@DESCRIPTION: Machine configuration for Rocktech-RPI-300
44

5-
MACHINEOVERRIDES = "raspberrypi4-64:${MACHINE}"
5+
MACHINEOVERRIDES =. "raspberrypi4-64:"
6+
67
include conf/machine/raspberrypi4-64.conf
78

8-
# because we override the raspberrypi4-64 machine which in turn is an override of raspberrypi4, we need to do the following gimmick:
9-
# courtesy of https://github.com/balena-os/balena-jetson/pull/112/commits/9d21df6899e595b4aeab4cc9a939ae6c564c669a
10-
MACHINEOVERRIDES := "${@'${MACHINEOVERRIDES}'.replace(':${MACHINE}',':raspberrypi4-64:${MACHINE}')}"
9+
PREFERRED_VERSION_linux-raspberrypi = "5.15.%"

0 commit comments

Comments
 (0)