diff options
author | Michal Mazurek <michal@resin.io> | 2017-06-23 11:24:22 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-07-04 16:49:14 +0100 |
commit | 8ba2d6fc80b31c87d25c87c863e2a77752b07c3c (patch) | |
tree | 7704c215b45953fede3b76352ee9f53f0956a801 /conf/machine | |
parent | ff59ad9d4b7d6af1181a5ee9f81df2fc01bf1b45 (diff) | |
download | meta-raspberrypi-8ba2d6fc80b31c87d25c87c863e2a77752b07c3c.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/machine')
-rw-r--r-- | conf/machine/raspberrypi3-64.conf | 2 |
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 | ||
5 | MACHINEOVERRIDES = "raspberrypi3:raspberrypi:${MACHINE}" | 5 | MACHINEOVERRIDES = "raspberrypi3:${MACHINE}" |
6 | 6 | ||
7 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" | 7 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" |
8 | 8 | ||