We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c13b6 commit 46596b8Copy full SHA for 46596b8
layers/meta-balena-raspberrypi/conf/machine/rt-rpi-300.conf
@@ -2,9 +2,8 @@
2
#@NAME: Rocktech-RPI-300
3
#@DESCRIPTION: Machine configuration for Rocktech-RPI-300
4
5
-MACHINEOVERRIDES = "raspberrypi4-64:${MACHINE}"
+MACHINEOVERRIDES =. "raspberrypi4-64:"
6
+
7
include conf/machine/raspberrypi4-64.conf
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}')}"
+PREFERRED_VERSION_linux-raspberrypi = "5.15.%"
0 commit comments