commit | 167d2462ad81c52c8df7506c94d1886c241e300f | [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 | ecd65d75a287af8a253b277c20afe46e0596d6d3 | |
parent | bbbc7fa29444e31201701f4f08c53cff265073ea [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-openbmc-machines/meta-openpower/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend b/meta-openbmc-machines/meta-openpower/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend index b41a1b0..e3f627f 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend +++ b/meta-openbmc-machines/meta-openpower/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}:"