commit | a223162255f5e138471dc13472947687a52fd447 | [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 | fbdbd518095301f91a157419016730e3a6cb7195 | |
parent | 74b4e548b5ee8609a3dee82c8a4626c74de52d0d [diff] [blame] |
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/recipes-phosphor/bmcweb/bmcweb.bbappend b/recipes-phosphor/bmcweb/bmcweb.bbappend index b41a1b0..e3f627f 100644 --- a/recipes-phosphor/bmcweb/bmcweb.bbappend +++ b/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}:"