From e748abe8050a9a2db2309063182244922d75cac7 Mon Sep 17 00:00:00 2001 From: Hieu Huynh Date: Tue, 7 Sep 2021 04:36:45 +0000 Subject: meta-ampere: Disable unsecured TFTP firmware update Disable this option to does not support TFTP firmware update as it is an unsecured protocol. Tested: 1. On Webui, Configuration -> Firmware. No more option TFTP server on Update firmware. Signed-off-by: Hieu Huynh Change-Id: I8cb3285154b62ac2ee026485ad3f1d9d9586a016 --- meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ampere') diff --git a/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend index 584ce60c4..bae82cefc 100644 --- a/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend +++ b/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend @@ -1,7 +1,7 @@ FILESEXTRAPATHS:append := "${THISDIR}/${PN}:" EXTRA_OEMESON:append = " \ - -Dinsecure-tftp-update=enabled \ + -Dinsecure-tftp-update=disabled \ -Dbmcweb-logging=enabled \ -Dredfish-bmc-journal=enabled \ " -- cgit v1.2.3