summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-04-14 21:12:17 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-04-17 13:20:46 +0100
commit736e4fabcadd98c241df6da3ca391bf209c7da68 (patch)
tree62619d228b49559039684dbbc7e4338909a01044
parente9a4bf9ef5d969cc8674af5cb05b700be9ade7e7 (diff)
downloadmeta-raspberrypi-736e4fabcadd98c241df6da3ca391bf209c7da68.tar.gz
raspberrypi0-wifi.conf: Add machine configuration file
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi0-wifi.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf
new file mode 100644
index 0000000..2b7cea4
--- /dev/null
+++ b/conf/machine/raspberrypi0-wifi.conf
@@ -0,0 +1,11 @@
1#@TYPE: Machine
2#@NAME: RaspberryPi Zero WiFi Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi Zero WiFi board (https://www.raspberrypi.org/blog/raspberry-pi-zero-w-joins-family/)
4
5MACHINEOVERRIDES = "raspberrypi:${MACHINE}"
6include conf/machine/raspberrypi.conf
7
8MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
9
10SERIAL_CONSOLE = "115200 ttyS0"
11VC4_CMA_SIZE ?= "cma-128"