From cd9c539f5c008b346cfcc362cff102cfb41ad686 Mon Sep 17 00:00:00 2001 From: Willy Tu Date: Sat, 25 Nov 2023 01:41:57 -0800 Subject: meta-google: Remove ssh config for obmc-console Google BMC does not use the ssh remote console feature. Disabling for security purpose. Change-Id: I130877be02303b5eeabd7496075f2fefc56bd91e Signed-off-by: Willy Tu --- meta-google/recipes-phosphor/console/obmc-console_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-google/recipes-phosphor/console') diff --git a/meta-google/recipes-phosphor/console/obmc-console_%.bbappend b/meta-google/recipes-phosphor/console/obmc-console_%.bbappend index 679d3222c1..af0fc30663 100644 --- a/meta-google/recipes-phosphor/console/obmc-console_%.bbappend +++ b/meta-google/recipes-phosphor/console/obmc-console_%.bbappend @@ -10,6 +10,9 @@ SRC_URI:append:gbmc = " \ SYSTEMD_SERVICE:${PN}:append:gbmc = " serial-to-bmc@.service" SYSTEMD_SERVICE:${PN}:append:gbmc= " serial-to-host@.service" +# Remove the default ssh package config +PACKAGECONFIG:remove:gbmc = "ssh" + OBMC_CONSOLE_FRONT_TTY ?= "" RDEPENDS:${PN}:append:gbmc = " bash" -- cgit v1.2.3