diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2018-07-16 16:46:55 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-07-16 18:54:26 +0100 |
commit | 0359c9714ce3c304abaf18c238be3a7317890362 (patch) | |
tree | e297445435fbddfc13d07d650e83bb8fe03e80d5 | |
parent | 0bea144135252886fc86cc97c972ddd3a7b82a15 (diff) | |
download | meta-raspberrypi-0359c9714ce3c304abaf18c238be3a7317890362.tar.gz |
raspberrypi-cm3.conf: Inherit raspberrypi3 not raspberrypi2
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.conf | 4 |
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 | ||
5 | MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" | 5 | MACHINEOVERRIDES = "raspberrypi3:${MACHINE}" |
6 | include conf/machine/raspberrypi2.conf | 6 | include conf/machine/raspberrypi3.conf |