summaryrefslogtreecommitdiffstats
path: root/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend
blob: 3de4e3c08047b45e61c4f629b27c987efe78aa44 (plain)
1
2
3
4
5
6
7
8
9
10
SUMMARY = "Modifications to support Nginx"

# Behind NGINX so disable SSL in bmcweb
EXTRA_OECMAKE += "-DBMCWEB_INSECURE_DISABLE_SSL=ON"

# Only need redfish support
EXTRA_OECMAKE += "-DBMCWEB_ENABLE_KVM=OFF -DBMCWEB_ENABLE_DBUS_REST=OFF -DBMCWEB_ENABLE_STATIC_HOSTING=OFF"

# override service and socket file to use nginx
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
OpenPOWER on IntegriCloud