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"