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
diff --git a/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend b/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend
index c6eb07c..6a6a628 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"