summaryrefslogtreecommitdiff
path: root/meta-yadro
diff options
context:
space:
mode:
authorAlexander Filippov <a.filippov@yadro.com>2020-09-29 15:17:09 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-02 01:14:33 +0300
commitc290fb7694bd59c16028475f231c5349881ee531 (patch)
tree3fa7f89ece38fcf485edea2939a4c6c2da47c4a2 /meta-yadro
parent916f828a4e63b51af2b5fe8fa2ef3d398c2c0dd4 (diff)
downloadopenbmc-c290fb7694bd59c16028475f231c5349881ee531.tar.xz
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 <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-yadro')
-rw-r--r--meta-yadro/meta-nicole/recipes-phosphor/interfaces/bmcweb_%.bbappend3
1 files changed, 3 insertions, 0 deletions
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 \
+"