Andrew Geissler | b86af8b | 2018-07-16 13:01:49 -0700 | [diff] [blame] | 1 | SUMMARY = "Modifications to support Nginx" |
2 | |||||
3 | # Behind NGINX so disable SSL in bmcweb | ||||
4 | EXTRA_OECMAKE += "-DBMCWEB_INSECURE_DISABLE_SSL=ON" | ||||
5 | |||||
6 | # Only need redfish support | ||||
7 | EXTRA_OECMAKE += "-DBMCWEB_ENABLE_KVM=OFF -DBMCWEB_ENABLE_DBUS_REST=OFF -DBMCWEB_ENABLE_PHOSPHOR_WEBUI=OFF" | ||||
8 | |||||
9 | # override service and socket file to use nginx | ||||
10 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |