From 763cfc35d3f8d5da8a48f4a23b90f82c185c8984 Mon Sep 17 00:00:00 2001 From: John Wang Date: Sun, 10 Jan 2021 18:34:46 +0800 Subject: 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 Change-Id: I4136e6f376e71d3590ab2a787784446bcc7647df --- .../meta-g220a/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-bytedance/meta-g220a/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend (limited to 'meta-bytedance') 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" -- cgit v1.2.3