summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPeter Yin <peter.yin@quantatw.com>2024-05-09 18:12:12 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-05-11 01:10:37 +0300
commite4a83cfb08411ceba4419cbac18fd9049477bc2c (patch)
tree77e63451c23999e15ef028f543e8fc363a6c991f /meta-facebook
parent550d2d131fd2093f721a1ea983aadd7c59f9513c (diff)
downloadopenbmc-e4a83cfb08411ceba4419cbac18fd9049477bc2c.tar.xz
meta-facebook: harma: fixed ttyS3
root@harma:~# find / -iname *serial-getty\@ttyS3* /sys/fs/cgroup/system.slice/system-serial\x2dgetty.slice/serial-getty@ttyS3.service /run/systemd/units/invocation:serial-getty@ttyS3.service /etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service Change-Id: If97e95efd32272a0b88dd39dd3b1f6116e6dc04e Signed-off-by: Peter Yin <peter.yin@quantatw.com>
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-harma/conf/machine/harma.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-facebook/meta-harma/conf/machine/harma.conf b/meta-facebook/meta-harma/conf/machine/harma.conf
index 7b205cc5a1..3beb5e19f5 100644
--- a/meta-facebook/meta-harma/conf/machine/harma.conf
+++ b/meta-facebook/meta-harma/conf/machine/harma.conf
@@ -23,4 +23,5 @@ FLASH_SIZE = "131072"
VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host"
VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis"
-SERIAL_CONSOLES += " 57600;ttyS3"
+# There is an additional serial console to the CMM (Minerva) on ttyS3.
+SERIAL_CONSOLES:append = " 57600;ttyS3"