summaryrefslogtreecommitdiff
path: root/meta-bytedance
diff options
context:
space:
mode:
authorJohn Wang <wangzhiqiang.bj@bytedance.com>2021-01-10 13:34:46 +0300
committerLei YU <yulei.sh@bytedance.com>2021-02-23 08:40:01 +0300
commit763cfc35d3f8d5da8a48f4a23b90f82c185c8984 (patch)
treee7aee3d970d13b9cc00e2fcbe2b8d7eb14199d4a /meta-bytedance
parent671d96f02df098f15b207f146afddc010c4d1dc7 (diff)
downloadopenbmc-763cfc35d3f8d5da8a48f4a23b90f82c185c8984.tar.xz
bytedance: g220a: hostlogger: Modify the uart instance
Although hostlogger does not read the serial port, its systemd unit depends on the obmc-console and waits for the obmc-console of the specified serial port instance, which is vuart by default, ttyS2 on the g220a Tested: journalctl |grep VUART, no realted log Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com> Change-Id: I4136e6f376e71d3590ab2a787784446bcc7647df
Diffstat (limited to 'meta-bytedance')
-rw-r--r--meta-bytedance/meta-g220a/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-bytedance/meta-g220a/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend b/meta-bytedance/meta-g220a/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend
new file mode 100644
index 000000000..0090254ac
--- /dev/null
+++ b/meta-bytedance/meta-g220a/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend
@@ -0,0 +1 @@
+DEFAULT_INSTANCE = "ttyS2"