summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
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-phosphor/recipes-phosphor/interfaces
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-phosphor/recipes-phosphor/interfaces')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index c444202f1b..a61a14af79 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -28,8 +28,9 @@ inherit systemd
inherit useradd
inherit pkgconfig meson ptest
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "mutual-tls-auth"
PACKAGECONFIG[insecure-redfish-expand]="-Dinsecure-enable-redfish-query=enabled"
+PACKAGECONFIG[mutual-tls-auth]="-Dmutual-tls-auth=enabled,-Dmutual-tls-auth=disabled"
EXTRA_OEMESON = " \
--buildtype=minsize \