blob: 3de4e3c08047b45e61c4f629b27c987efe78aa44 [file] [log] [blame]
Andrew Geisslereee186a2018-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
Andrew Geissler5c1c7e22018-08-27 07:18:01 -07007EXTRA_OECMAKE += "-DBMCWEB_ENABLE_KVM=OFF -DBMCWEB_ENABLE_DBUS_REST=OFF -DBMCWEB_ENABLE_STATIC_HOSTING=OFF"
Andrew Geisslereee186a2018-07-16 13:01:49 -07008
9# override service and socket file to use nginx
10FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"