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-14 21:12:17 +0100
commit723f04622f7d95c832845458813885c061e60782 (patch)
tree8c2c8cf8532ced765beb142e6242adaa749e1112
parent66e0e37ce3831e1a3511761dffb03c8000e9d7f7 (diff)
downloadmeta-raspberrypi-723f04622f7d95c832845458813885c061e60782.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"