summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-10-24 11:20:31 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-10-24 11:20:34 +0300
commitdb12671e1cba334cb674115e41851a65d645aef7 (patch)
tree3a104b561d7653b5cc9972534f475e3628d6c0bb
parent9d5d2484a825538ce74a6460323a68e96338547f (diff)
downloadopenbmc-db12671e1cba334cb674115e41851a65d645aef7.tar.xz
meta-facebook: disable obmc-console ssh support
We don't want the extra SSH ports on meta-facebook systems so adjust the PACKAGECONFIG to disable the SSH. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4baa9acc45e45811996585c772d7dd19a9fef5f7
-rw-r--r--meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend b/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend
index c6eb07c412..6a6a628bd7 100644
--- a/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend
+++ b/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend
@@ -1,4 +1,8 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+
+# Disable obmc-console ssh ports.
+PACKAGECONFIG:remove = "ssh"
+
OBMC_CONSOLE_HOST_TTY = "ttyS2"
OBMC_CONSOLE_TTYS:fb-compute-multihost = "ttyS0 ttyS1 ttyS2 ttyS3"