diff mbox series

[3/4] systemd-serialgetty: don't set a default SERIAL_CONSOLES

Message ID 20250213200212.1694055-3-ross.burton@arm.com
State New
Headers show
Series [1/4] systemd: if getty generator is disabled remove the generator, not the units | expand

Commit Message

Ross Burton Feb. 13, 2025, 8:02 p.m. UTC
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>
---
 meta/recipes-core/systemd/systemd-serialgetty.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
index 3798b07b1a8..c3fe9d5b6d4 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
@@ -9,8 +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"
-
 # As this package is tied to systemd, only build it when we're also building systemd.
 inherit features_check
 REQUIRED_DISTRO_FEATURES += "systemd"