diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2017-01-20 18:41:54 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-01-20 20:15:12 +0100 |
commit | 3ea6f9f4550fc5478f8b4b75553b8f7da8fcbe23 (patch) | |
tree | c28ed959b40b72cf871dbec1a223e79b85580e6f /conf | |
parent | ec28a0d5b3fd10a07a0ec31deb92a6e4c0536f0c (diff) | |
download | meta-raspberrypi-3ea6f9f4550fc5478f8b4b75553b8f7da8fcbe23.tar.gz |
raspberrypi-cm.conf: Add dummy machine for CM1 (alias for RPi1)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf')
-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 | ||