From 8ba2d6fc80b31c87d25c87c863e2a77752b07c3c Mon Sep 17 00:00:00 2001 From: Michal Mazurek Date: Fri, 23 Jun 2017 11:24:22 +0200 Subject: [PATCH] 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 --- conf/machine/raspberrypi3-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #@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"