diff options
author | 2018-07-16 16:46:55 +0100 | |
---|---|---|
committer | 2018-09-06 11:25:07 +0100 | |
commit | 8e4c537d84fdde8e3b4642d0dda2c0f4af76d52f (patch) | |
tree | fa5973000679ad29aaa59f05b78441c30d53ebf9 | |
parent | 18ab0e981ba81886d3b8e101a60b9ce40956c8fa (diff) | |
download | meta-raspberrypi-rocko.tar.gz meta-raspberrypi-rocko.tar.bz2 meta-raspberrypi-rocko.zip |
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 @@ #@NAME: RaspberryPi Compute Module 3 (CM3) #@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3) -MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" -include conf/machine/raspberrypi2.conf +MACHINEOVERRIDES = "raspberrypi3:${MACHINE}" +include conf/machine/raspberrypi3.conf |