blob: e3f627f538965bb19524eddf4300dc6a43d9b008 [file] [log] [blame]
Andrew Geisslerb86af8b2018-07-16 13:01:49 -07001SUMMARY = "Modifications to support Nginx"
2
3# Behind NGINX so disable SSL in bmcweb
4EXTRA_OECMAKE += "-DBMCWEB_INSECURE_DISABLE_SSL=ON"
5
6# Only need redfish support
Gunnar Mills65f3e6f2019-01-17 15:37:27 -06007EXTRA_OECMAKE += "-DBMCWEB_ENABLE_KVM=OFF -DBMCWEB_ENABLE_DBUS_REST=OFF"
Andrew Geisslerb86af8b2018-07-16 13:01:49 -07008
9# override service and socket file to use nginx
10FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"