From: Jackie Huang Date: Fri, 1 May 2020 13:08:03 +0000 (+0800) Subject: poky-stx.conf: re-define the SERIAL_CONSOLES X-Git-Tag: bronze-rc0~42 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4de5adc7cd428a25390591fe985eac5158e9074b;p=pti%2Frtp.git 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 --- 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"