diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-03-03 16:15:25 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-06 11:16:46 +0000 |
| commit | 69dc1fb0115036cfb2878a315728863d3ec7bdb3 (patch) | |
| tree | 14ee24e795f08ff4def705f87ca37ebec7053181 /meta | |
| parent | 12840e2d68d3e4553b28c8e5a00d012a96255c76 (diff) | |
| download | poky-69dc1fb0115036cfb2878a315728863d3ec7bdb3.tar.gz | |
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 <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/systemd/systemd-serialgetty.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
| 9 | # required. This recipe (enabled via disabling serial-getty-generator in systemd) | 9 | # required. This recipe (enabled via disabling serial-getty-generator in systemd) |
| 10 | # should only be used if the generator is not appropriate. | 10 | # should only be used if the generator is not appropriate. |
| 11 | 11 | ||
| 12 | SERIAL_CONSOLES ?= "115200;ttyS0" | ||
| 13 | SERIAL_TERM ?= "linux" | 12 | SERIAL_TERM ?= "linux" |
| 14 | 13 | ||
| 15 | SRC_URI = "file://serial-getty@.service" | 14 | SRC_URI = "file://serial-getty@.service" |
