summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-02-13 17:22:15 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-02-14 05:33:57 +0300
commitc73655079af368d64a157d3daa0fc351d9cc5359 (patch)
tree3410352f571af369227d183ea035272ee3ce4a1f /meta-ampere
parentff334361dea9d33698d394c951caa4d0e927a47c (diff)
downloadopenbmc-c73655079af368d64a157d3daa0fc351d9cc5359.tar.xz
meta-ampere: bmcweb: remove defaulted option
bmcweb already defaults to having the insecure options disabled, so there is no need to additionally specify them in a bbappend. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icdee90ee62b0cf6adeeb63fabdee1c852cb9e26d
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend1
1 files changed, 0 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 024266a2e0..30306741b4 100644
--- a/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -1,7 +1,6 @@
FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
EXTRA_OEMESON:append = " \
- -Dinsecure-tftp-update=disabled \
-Dbmcweb-logging=enabled \
-Dredfish-bmc-journal=enabled \
-Dhttp-body-limit=65 \