diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-14 21:12:17 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-17 13:20:46 +0100 |
commit | 736e4fabcadd98c241df6da3ca391bf209c7da68 (patch) | |
tree | 62619d228b49559039684dbbc7e4338909a01044 | |
parent | e9a4bf9ef5d969cc8674af5cb05b700be9ade7e7 (diff) | |
download | meta-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.conf | 11 |
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 | |||
5 | MACHINEOVERRIDES = "raspberrypi:${MACHINE}" | ||
6 | include conf/machine/raspberrypi.conf | ||
7 | |||
8 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" | ||
9 | |||
10 | SERIAL_CONSOLE = "115200 ttyS0" | ||
11 | VC4_CMA_SIZE ?= "cma-128" | ||