[yocto] [meta-raspberrypi][PATCH 5/6] raspberrypi3.conf: Create machine configuration for Raspberrypi 3

Theodor Gherzan theodor at gherzan.ro
Wed Mar 9 06:15:06 PST 2016


From: Theodor Gherzan <theodor at resin.io>

Signed-off-by: Theodor Gherzan <theodor at resin.io>
---
 conf/machine/raspberrypi3.conf | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 conf/machine/raspberrypi3.conf

diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf
new file mode 100644
index 0000000..1b73f2f
--- /dev/null
+++ b/conf/machine/raspberrypi3.conf
@@ -0,0 +1,9 @@
+#@TYPE: Machine
+#@NAME: RaspberryPi 3 Development Board
+#@DESCRIPTION: Machine configuration for the RaspberryPi 3
+
+MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
+
+MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430"
+
+include conf/machine/raspberrypi2.conf
-- 
2.1.4




More information about the yocto mailing list