diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-12-17 00:42:19 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-01-11 11:09:35 +0100 |
commit | 6314f668fa14473463bb777ffaf778333fea16eb (patch) | |
tree | e5c3d5a4aaf8ca785bf309c81ebed401ba1e6b05 | |
parent | fe25a1163a54878bd4161d3efc78e89083cb2b28 (diff) | |
download | meta-raspberrypi-6314f668fa14473463bb777ffaf778333fea16eb.tar.gz |
raspberrypi0.conf: Add machine configuration for Raspberry Pi Zero
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | conf/machine/raspberrypi0.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf new file mode 100644 index 0000000..58468ed --- /dev/null +++ b/conf/machine/raspberrypi0.conf | |||
@@ -0,0 +1,6 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: RaspberryPi Zero Development Board | ||
3 | #@DESCRIPTION: Machine configuration for the RaspberryPi Zero board (https://www.raspberrypi.org/blog/raspberry-pi-zero) | ||
4 | |||
5 | MACHINEOVERRIDES = "raspberrypi:${MACHINE}" | ||
6 | include conf/machine/raspberrypi.conf | ||