summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-02-23 18:35:19 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-02-28 01:14:10 +0300
commit4b5fdfa2f1c4a65e86593ac8a36252344bec2819 (patch)
tree02ca088fdd35c5b60d19b23684124d2c3cd6d704 /meta-ibm
parentd3575837aeb93a036c7e4b3ea6e8b8692a45a005 (diff)
downloadopenbmc-4b5fdfa2f1c4a65e86593ac8a36252344bec2819.tar.xz
bmcweb: add mutual-tls-auth PACAKGECONFIG
meta-ibm already overrides this meson setting in some cases. Promote it to a PACKAGECONFIG so it is clearer as to which machines have it enabled and which have it disabled. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I198d2ac1f403317f0eaf4ee2a348da87707d8820
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
index 40cb81692f..16ef554e3c 100644
--- a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -8,16 +8,16 @@ EXTRA_OEMESON:append = " \
"
EXTRA_OEMESON:append:p10bmc = " \
- -Dmutual-tls-auth=disabled \
-Dkvm=disabled \
-Dvm-websocket=disabled \
"
+PACKAGECONFIG:remove:p10bmc = "mutual-tls-auth"
EXTRA_OEMESON:append:witherspoon-tacoma = " \
- -Dmutual-tls-auth=disabled \
-Dkvm=disabled \
-Dvm-websocket=disabled \
"
+PACKAGECONFIG:remove:witherspoon-tacoma = "mutual-tls-auth"
EXTRA_OEMESON:append:system1 = " \
-Dhttp-body-limit=400 \