mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 05:04:45 +02:00
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>
This commit is contained in:
parent
18ab0e981b
commit
8e4c537d84
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user