summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMichal Mazurek <michal@resin.io>2017-06-23 11:24:22 +0200
committerAndrei Gherzan <andrei@gherzan.com>2017-06-26 14:51:06 +0100
commitd9dbfe653638637f7deee1a977b98dde461c8415 (patch)
tree7704c215b45953fede3b76352ee9f53f0956a801 /conf
parentca77a583c3f02acde2757e3d1a36434202d8ea2a (diff)
downloadmeta-raspberrypi-d9dbfe653638637f7deee1a977b98dde461c8415.tar.gz
raspberrypi3-64.conf: Don't use raspberrypi as MACHINEOVERRIDES
The current setup broke the build for rpi3-64 when we wanted to port some changes from rpi3 to rpi0. Signed-off-by: Michal Mazurek <michal@resin.io>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/raspberrypi3-64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf
index 60f823b..e3d11f2 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/conf/machine/raspberrypi3-64.conf
@@ -2,7 +2,7 @@
2#@NAME: RaspberryPi 3 Development Board 2#@NAME: RaspberryPi 3 Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 64 bits mode 3#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 64 bits mode
4 4
5MACHINEOVERRIDES = "raspberrypi3:raspberrypi:${MACHINE}" 5MACHINEOVERRIDES = "raspberrypi3:${MACHINE}"
6 6
7MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" 7MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
8 8