From 69dc1fb0115036cfb2878a315728863d3ec7bdb3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 3 Mar 2025 16:15:25 +0000 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd-serialgetty.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 7b525b10f0..daac7f4198 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"