From: Ross Burton Date: Mon, 3 Mar 2025 16:15:25 +0000 (+0000) Subject: systemd-serialgetty: don't set a default SERIAL_CONSOLES X-Git-Tag: yocto-5.2~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86586f4956879ad1b906f198dc258c88f64ef179;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 7b525b10f0c..daac7f41986 100644 --- a/meta/recipes-core/systemd/systemd-serialgetty.bb +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb @@ -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) # should only be used if the generator is not appropriate. -SERIAL_CONSOLES ?= "115200;ttyS0" SERIAL_TERM ?= "linux" SRC_URI = "file://serial-getty@.service"