]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
systemd-serialgetty: don't set a default SERIAL_CONSOLES
authorRoss Burton <ross.burton@arm.com>
Mon, 3 Mar 2025 16:15:25 +0000 (16:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Mar 2025 11:16:41 +0000 (11:16 +0000)
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 <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd-serialgetty.bb

index 7b525b10f0cdeb7dfc8218b3568a824b8c335905..daac7f419867fd8d1317f774fc00e57f21b2864d 100644 (file)
@@ -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"