diff options
author | Michal Mazurek <michal@resin.io> | 2017-06-23 11:24:22 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-06-26 14:51:06 +0100 |
commit | d9dbfe653638637f7deee1a977b98dde461c8415 (patch) | |
tree | 7704c215b45953fede3b76352ee9f53f0956a801 /conf | |
parent | ca77a583c3f02acde2757e3d1a36434202d8ea2a (diff) | |
download | meta-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.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 | ||