commit | e7757df2f3cf06a22fb7252a15f328ef368bd707 | [log] [tgz] |
---|---|---|
author | Amithash Prasasd <amithash@meta.com> | Fri Jan 19 15:41:34 2024 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 24 19:38:13 2024 +0000 |
tree | f76618d49ebf56f2a157051739ccf76af58f0f7d | |
parent | ad06f332cdcee394a86ad21871d7c1e887046296 [diff] [blame] |
meta-facebook: obmc-console: match console-id to OBMC_HOST_INSTANCES Ensure that we are using host numbering as specified in OBMC_HOST_INSTANCES so that there is consistency across other interfaces (Power control/Etc) where single-host uses host0 and multi-host systems use host1-hostN. This change also renames /var/log/obmc-console0.log to /var/log/obmc-console-host0.log to make it more explicit. Change-Id: I5e189a7d49075d91b8292ed2fdfddf7decaf641e Signed-off-by: Amithash Prasasd <amithash@meta.com>
diff --git a/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console/server.ttyS5.conf b/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console/server.ttyS5.conf index d969f84..d5fd287 100644 --- a/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console/server.ttyS5.conf +++ b/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console/server.ttyS5.conf
@@ -1,2 +1,4 @@ local-tty = ttyS5 baud = 57600 +console-id = host0 +logfile = /var/log/obmc-console-host0.log