[yocto] [PATCH 1/1] raspberrypi0.conf: Add machine configuration for Raspberry Pi Zero

Andrei Gherzan andrei at gherzan.ro
Wed Dec 16 15:42:54 PST 2015


Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
---
 conf/machine/raspberrypi0.conf | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 conf/machine/raspberrypi0.conf

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 @@
+#@TYPE: Machine
+#@NAME: RaspberryPi Zero Development Board
+#@DESCRIPTION: Machine configuration for the RaspberryPi Zero board (https://www.raspberrypi.org/blog/raspberry-pi-zero)
+
+MACHINEOVERRIDES = "raspberrypi:${MACHINE}"
+include conf/machine/raspberrypi.conf
-- 
2.6.3




More information about the yocto mailing list