diff options
| author | Andrei Gherzan <andrei@gherzan.com> | 2018-07-16 16:46:55 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2018-09-06 11:25:07 +0100 |
| commit | 8e4c537d84fdde8e3b4642d0dda2c0f4af76d52f (patch) | |
| tree | fa5973000679ad29aaa59f05b78441c30d53ebf9 | |
| parent | 18ab0e981ba81886d3b8e101a60b9ce40956c8fa (diff) | |
| download | meta-raspberrypi-rocko.tar.gz | |
raspberrypi-cm3.conf: Inherit raspberrypi3 not raspberrypi2rocko
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 |
