commit | 5e992bdb20fc33b2da6a31be1a89f827941da324 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Aug 15 05:48:29 2018 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Aug 21 19:27:44 2018 +0000 |
tree | de69409d13b4d16ef57bf3e17ac7825c2a7e977a | |
parent | cc3690dee61febaa63ce228ff840512950d64e05 [diff] |
Remove deprecated PHOSPHOR_WEBUI define This was moved to STATIC_HOSTING and the default for it (on) is what the IBM layer wants ref: https://gerrit.openbmc-project.xyz/#/c/openbmc/bmcweb/+/11905/ Change-Id: I4da0bdacc3a36c2760058f60de446e97817514f6 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend b/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend index b41a1b0..e3f627f 100644 --- a/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend +++ b/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend
@@ -4,7 +4,7 @@ EXTRA_OECMAKE += "-DBMCWEB_INSECURE_DISABLE_SSL=ON" # Only need redfish support -EXTRA_OECMAKE += "-DBMCWEB_ENABLE_KVM=OFF -DBMCWEB_ENABLE_DBUS_REST=OFF -DBMCWEB_ENABLE_PHOSPHOR_WEBUI=OFF" +EXTRA_OECMAKE += "-DBMCWEB_ENABLE_KVM=OFF -DBMCWEB_ENABLE_DBUS_REST=OFF" # override service and socket file to use nginx FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"