mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
systemd-serialgetty: don't set a default SERIAL_CONSOLES
bitbake.conf defines a default value, so there's no value in setting another default here that doesn't match the rest of the system. (From OE-Core rev: 86586f4956879ad1b906f198dc258c88f64ef179) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
12840e2d68
commit
69dc1fb011
@@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;m
|
|||||||
# required. This recipe (enabled via disabling serial-getty-generator in systemd)
|
# required. This recipe (enabled via disabling serial-getty-generator in systemd)
|
||||||
# should only be used if the generator is not appropriate.
|
# should only be used if the generator is not appropriate.
|
||||||
|
|
||||||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
|
||||||
SERIAL_TERM ?= "linux"
|
SERIAL_TERM ?= "linux"
|
||||||
|
|
||||||
SRC_URI = "file://serial-getty@.service"
|
SRC_URI = "file://serial-getty@.service"
|
||||||
|
|||||||
Reference in New Issue
Block a user