From c290fb7694bd59c16028475f231c5349881ee531 Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Tue, 29 Sep 2020 15:17:09 +0300 Subject: meta-nicole: bmcweb: Disable mutual TSL auth The `bmcweb` by default has enabled the mutual TSL authentication support. But this feature requires the `phosphor-nslcd-authority-cert-config` installed. This package was removed with LDAP support and as a result the `bmcweb` is crashing now. Nicole does not require LDAP and TLS auth. This commit disables the TLS auth in the `bmcweb` and fixes the issue. (From meta-yadro rev: 98c4bccc9c649da1bbdba41253e0de667f9bc0a0) Change-Id: Ica0f5443dc79174d58a57a105595e8b6fbae1ff3 Signed-off-by: Alexander Filippov Signed-off-by: Andrew Geissler --- meta-yadro/meta-nicole/recipes-phosphor/interfaces/bmcweb_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-yadro/meta-nicole/recipes-phosphor/interfaces/bmcweb_%.bbappend diff --git a/meta-yadro/meta-nicole/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-yadro/meta-nicole/recipes-phosphor/interfaces/bmcweb_%.bbappend new file mode 100644 index 000000000..0f663ddc0 --- /dev/null +++ b/meta-yadro/meta-nicole/recipes-phosphor/interfaces/bmcweb_%.bbappend @@ -0,0 +1,3 @@ +EXTRA_OECMAKE_append = " \ + -DBMCWEB_ENABLE_MUTUAL_TLS_AUTHENTICATION=OFF \ +" -- cgit v1.2.3