diff options
Diffstat (limited to 'meta-raspberrypi/conf/machine/raspberrypi-cm3.conf')
-rw-r--r-- | meta-raspberrypi/conf/machine/raspberrypi-cm3.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-raspberrypi/conf/machine/raspberrypi-cm3.conf b/meta-raspberrypi/conf/machine/raspberrypi-cm3.conf new file mode 100644 index 000000000..153d5d5bb --- /dev/null +++ b/meta-raspberrypi/conf/machine/raspberrypi-cm3.conf @@ -0,0 +1,6 @@ +#@TYPE: Machine +#@NAME: RaspberryPi Compute Module 3 (CM3) +#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3) + +MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" +include conf/machine/raspberrypi2.conf |