diff options
-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 | ||