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