diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-14 21:12:17 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-14 21:12:17 +0100 |
| commit | 723f04622f7d95c832845458813885c061e60782 (patch) | |
| tree | 8c2c8cf8532ced765beb142e6242adaa749e1112 /conf/machine | |
| parent | 66e0e37ce3831e1a3511761dffb03c8000e9d7f7 (diff) | |
| download | meta-raspberrypi-723f04622f7d95c832845458813885c061e60782.tar.gz | |
raspberrypi0-wifi.conf: Add machine configuration file
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf/machine')
| -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" | ||
