summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2018-08-27 07:18:01 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-28 06:45:20 -0400
commit5c1c7e278f8c1711abc0c3883895266ecbacf8ff (patch)
tree81a8e2dc8db3683497b284e9c3208c37d8b2a684
parentf67a3145a0f3adefa84eb52aef353db0b4dff672 (diff)
downloadtalos-openbmc-5c1c7e278f8c1711abc0c3883895266ecbacf8ff.tar.gz
talos-openbmc-5c1c7e278f8c1711abc0c3883895266ecbacf8ff.zip
Disable bmcweb static hosting in IBM layer
openbmc/bmcweb#5 tracks an issue with bmcweb and static hosting of web files on IBM systems. Until this bug is resolved, disable bmcweb from hosting the files. Currently in the IBM layer, bmcweb is only used for redfish support and the static hosting is not needed for the basic redfish support to work. Testing: Verified bmcweb now starts fine and responds to redfish requests. (From meta-ibm rev: 8891e02efa759bb3173a0985f194c1e9a0bc255b) Change-Id: I1f1ac2008afdb787de6b034a71b6ed6b2d51422b Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend b/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend
index e3f627f53..3de4e3c08 100644
--- a/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend
+++ b/meta-ibm/recipes-phosphor/bmcweb/bmcweb.bbappend
@@ -4,7 +4,7 @@ SUMMARY = "Modifications to support Nginx"
EXTRA_OECMAKE += "-DBMCWEB_INSECURE_DISABLE_SSL=ON"
# Only need redfish support
-EXTRA_OECMAKE += "-DBMCWEB_ENABLE_KVM=OFF -DBMCWEB_ENABLE_DBUS_REST=OFF"
+EXTRA_OECMAKE += "-DBMCWEB_ENABLE_KVM=OFF -DBMCWEB_ENABLE_DBUS_REST=OFF -DBMCWEB_ENABLE_STATIC_HOSTING=OFF"
# override service and socket file to use nginx
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
OpenPOWER on IntegriCloud