summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Mazurek <michal@resin.io>2017-06-23 11:24:22 +0200
committerAndrei Gherzan <andrei@gherzan.com>2017-09-08 19:00:25 +0100
commit83422c158d0870d03d81c6e94f770ac52463e187 (patch)
tree7d0b12d3a93123d8e300ec4f024e1ccdef374a44
parent380bf2ff445c2049bdea15f3bb36e8cb36540345 (diff)
downloadmeta-raspberrypi-83422c158d0870d03d81c6e94f770ac52463e187.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>
-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 5e2b80c..fc36142 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