From 4b5fdfa2f1c4a65e86593ac8a36252344bec2819 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 23 Feb 2024 09:35:19 -0600 Subject: 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 Change-Id: I198d2ac1f403317f0eaf4ee2a348da87707d8820 --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/interfaces') 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 \ -- cgit v1.2.3