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>
This commit is contained in:
Michal Mazurek 2017-06-23 11:24:22 +02:00 committed by Andrei Gherzan
parent 380bf2ff44
commit 83422c158d

View File

@ -2,7 +2,7 @@
#@NAME: RaspberryPi 3 Development Board
#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 64 bits mode
MACHINEOVERRIDES = "raspberrypi3:raspberrypi:${MACHINE}"
MACHINEOVERRIDES = "raspberrypi3:${MACHINE}"
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"