summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodor Gherzan <theodor@resin.io>2016-03-09 16:15:06 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2016-03-10 14:45:12 +0100
commit12a884812794ffdd9d7bf48d993f4a8ee7639dc9 (patch)
treec442a5fd433185cf11d11619976f7355e7ecf1d4
parent1601a3571c9798d2482f70a7da7221c8280ad3c7 (diff)
downloadmeta-raspberrypi-12a884812794ffdd9d7bf48d993f4a8ee7639dc9.tar.gz
raspberrypi3.conf: Create machine configuration for Raspberrypi 3
Signed-off-by: Theodor Gherzan <theodor@resin.io>
-rw-r--r--conf/machine/raspberrypi3.conf9
1 files changed, 9 insertions, 0 deletions
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 @@
1#@TYPE: Machine
2#@NAME: RaspberryPi 3 Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi 3
4
5MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
6
7MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430"
8
9include conf/machine/raspberrypi2.conf