From 4de5adc7cd428a25390591fe985eac5158e9074b Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 1 May 2020 21:08:03 +0800 Subject: [PATCH] poky-stx.conf: re-define the SERIAL_CONSOLES Re-define the SERIAL_CONSOLES to avoid annoying messages: agetty[133305]: /dev/ttyS2: not a tty agetty[133305]: /dev/ttyS1: not a tty Issue-ID: INF-74 Signed-off-by: Jackie Huang Change-Id: I9b8918b771a0e14b2e64c6b4988e97c85b7f0330 --- meta-stx/conf/distro/poky-stx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-stx/conf/distro/poky-stx.conf b/meta-stx/conf/distro/poky-stx.conf index 0331580..c338078 100644 --- a/meta-stx/conf/distro/poky-stx.conf +++ b/meta-stx/conf/distro/poky-stx.conf @@ -38,6 +38,9 @@ SYSTEMD_AUTO_ENABLE_pn-postgresql = "disable" # networking sysv service is required SYSTEMD_DISABLED_SYSV_SERVICES_remove = "networking" +# Defines the serial consoles (TTYs) to enable using getty +SERIAL_CONSOLES = "115200;ttyS0" + # /var/log is mounted as a logical volume for stx, # so do not link to /var/volatile/log. VOLATILE_LOG_DIR = "no" -- 2.16.6