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>
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 0000000..0f663dd
--- /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 \
+"