diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2017-01-20 18:42:13 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-01-20 18:42:20 +0100 |
commit | 99236183513b0599f8a4355658cdc354c629a67c (patch) | |
tree | 3fb2d0bc3c4b58ef4f79633047b530e0c09af92f | |
parent | d5aa048edbecbe5cbc90b1354c0f250ed77f68ee (diff) | |
download | meta-raspberrypi-99236183513b0599f8a4355658cdc354c629a67c.tar.gz |
raspberrypi-cm3.conf: Add dummy machine for CM3 (alias for RPi2)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | conf/machine/raspberrypi-cm3.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi-cm3.conf b/conf/machine/raspberrypi-cm3.conf new file mode 100644 index 0000000..153d5d5 --- /dev/null +++ b/conf/machine/raspberrypi-cm3.conf | |||
@@ -0,0 +1,6 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: RaspberryPi Compute Module 3 (CM3) | ||
3 | #@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3) | ||
4 | |||
5 | MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" | ||
6 | include conf/machine/raspberrypi2.conf | ||