summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi2.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/raspberrypi2.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/raspberrypi2.conf')
-rw-r--r--conf/machine/raspberrypi2.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf
index 9d4a4ff..a353702 100644
--- a/conf/machine/raspberrypi2.conf
+++ b/conf/machine/raspberrypi2.conf
@@ -7,7 +7,7 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
7require conf/machine/include/tune-cortexa7.inc 7require conf/machine/include/tune-cortexa7.inc
8include conf/machine/include/rpi-base.inc 8include conf/machine/include/rpi-base.inc
9 9
10SERIAL_CONSOLES ?= "115200 ttyAMA0" 10SERIAL_CONSOLES ?= "115200;ttyAMA0"
11 11
12UBOOT_MACHINE = "rpi_2_config" 12UBOOT_MACHINE = "rpi_2_config"
13VC4_CMA_SIZE ?= "cma-256" 13VC4_CMA_SIZE ?= "cma-256"