summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi0.conf
diff options
context:
space:
mode:
authorHugo Hromic <hhromic@gmail.com>2018-08-16 14:20:34 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-08-16 17:54:54 +0100
commit576ac2786948e15b9e47d49ccd187acbf380f128 (patch)
treefa63701f12cdd3ac88e09f2553ad809ce2f6f839 /conf/machine/raspberrypi0.conf
parent8218bec1301bb41fb54ae30327b089c48f2e3b2c (diff)
downloadmeta-raspberrypi-576ac2786948e15b9e47d49ccd187acbf380f128.tar.gz
machines: use new format for SERIAL_CONSOLES
From the documentation: SERIAL_CONSOLES - Provide a value that specifies the baud rate followed by the TTY device name separated by a semicolon. Use spaces to separate multiple devices Fixes build error of `systemd-serialgetty` after recent commit 8218bec. See: <https://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-SERIAL_CONSOLES> Signed-off-by: Hugo Hromic <hhromic@gmail.com>
Diffstat (limited to 'conf/machine/raspberrypi0.conf')
-rw-r--r--conf/machine/raspberrypi0.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf
index 9712f92..b75fc58 100644
--- a/conf/machine/raspberrypi0.conf
+++ b/conf/machine/raspberrypi0.conf
@@ -5,5 +5,5 @@
5MACHINEOVERRIDES = "raspberrypi:${MACHINE}" 5MACHINEOVERRIDES = "raspberrypi:${MACHINE}"
6include conf/machine/raspberrypi.conf 6include conf/machine/raspberrypi.conf
7 7
8SERIAL_CONSOLES ?= "115200 ttyAMA0" 8SERIAL_CONSOLES ?= "115200;ttyAMA0"
9VC4_CMA_SIZE ?= "cma-128" 9VC4_CMA_SIZE ?= "cma-128"