summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorHieu Huynh <hieuh@os.amperecomputing.com>2021-09-07 07:36:45 +0300
committerHieu Huynh <hieuh@os.amperecomputing.com>2021-09-07 07:36:45 +0300
commite748abe8050a9a2db2309063182244922d75cac7 (patch)
tree4ee77f9d02cf13bd2883624ee553f0fcdf9938d6 /meta-ampere
parent601fc4616f08f3eaaab4fd01e6cdb9f8fb9570b7 (diff)
downloadopenbmc-e748abe8050a9a2db2309063182244922d75cac7.tar.xz
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 <hieuh@os.amperecomputing.com> Change-Id: I8cb3285154b62ac2ee026485ad3f1d9d9586a016
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend2
1 files changed, 1 insertions, 1 deletions
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 \
"