summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChau Ly <chaul@amperecomputing.com>2023-05-24 08:06:00 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2023-06-08 09:15:17 +0300
commit34a4d30fc78f3d2389c4b8ab23adfc158be6beb6 (patch)
tree59fefc0b64302d46cec785804deef22a748ff25c
parent8f2d3f27414dc1cc251cac18cb31f1c9375a9560 (diff)
downloadopenbmc-34a4d30fc78f3d2389c4b8ab23adfc158be6beb6.tar.xz
meta-ampere: hostlogger: configure SOCKET_ID to default
The obmc-console application now uses "\0obmc-console.default" as the default socket name for a console server. This commit updates hostlogger's ttyS0 port to use SOCKET_ID=default to adapt the requirement. Tested: 1. Check no hostlogger error message from journal log. 2. Check WebUI's SOL console works well. Signed-off-by: Chau Ly <chaul@amperecomputing.com> Change-Id: I8767a6c01922f4aaf074031cfb8a4dacc1889ab0
-rw-r--r--meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf2
-rw-r--r--meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf b/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf
index e0c10a42ed..d3a1eb604b 100644
--- a/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf
+++ b/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf
@@ -1,3 +1,3 @@
-# SOCKET-ID is default to obmc-console
+SOCKET_ID=default
MODE=stream
STREAM_DST=/run/rsyslog/console/cpu
diff --git a/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf b/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf
index e0c10a42ed..d3a1eb604b 100644
--- a/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf
+++ b/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf
@@ -1,3 +1,3 @@
-# SOCKET-ID is default to obmc-console
+SOCKET_ID=default
MODE=stream
STREAM_DST=/run/rsyslog/console/cpu