summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-07-16 16:46:55 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-07-16 16:47:01 +0100
commitf63bf4ceb6a33c5c407425d6b56f1f7c8e263c0f (patch)
tree9854d6df10a34728645efd4ae5256490b363eae0
parentefa848ca84a5ed541d4a755d19e66855214bfa23 (diff)
downloadmeta-raspberrypi-ag_cm3.tar.gz
raspberrypi-cm3.conf: Inherit raspberrypi3 not raspberrypi2ag_cm3
The CM3 module is based Raspberry Pi 3 not 2. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--conf/machine/raspberrypi-cm3.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/raspberrypi-cm3.conf b/conf/machine/raspberrypi-cm3.conf
index 153d5d5..5f6d3b6 100644
--- a/conf/machine/raspberrypi-cm3.conf
+++ b/conf/machine/raspberrypi-cm3.conf
@@ -2,5 +2,5 @@
2#@NAME: RaspberryPi Compute Module 3 (CM3) 2#@NAME: RaspberryPi Compute Module 3 (CM3)
3#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3) 3#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3)
4 4
5MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" 5MACHINEOVERRIDES = "raspberrypi3:${MACHINE}"
6include conf/machine/raspberrypi2.conf 6include conf/machine/raspberrypi3.conf