summaryrefslogtreecommitdiffstats
path: root/meta-ibm
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-01-17 15:37:27 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-01-22 15:31:06 +0000
commitf4ae002524c4f24a5a78deca5fa59947bf91062e (patch)
tree4756b7cef1fb287d841f4a14abf53b9cafe85edb /meta-ibm
parent268247af93df10b1a7609b77aebdd4d0190e994c (diff)
downloadtalos-openbmc-f4ae002524c4f24a5a78deca5fa59947bf91062e.tar.gz
talos-openbmc-f4ae002524c4f24a5a78deca5fa59947bf91062e.zip
Revert "Disable bmcweb static hosting in IBM layer"
This reverts commit 8891e02efa759bb3173a0985f194c1e9a0bc255b. openbmc/bmcweb#5 has been fixed. This static hosting is needed for the RedfishServiceValidator.py to pass. This adds ~50KB to the obmc-phosphor-image-witherspoon.squashfs-xz With change: 20570112 Jan 17 16:03 obmc-phosphor-image-witherspoon-20190117213346.rootfs.squashfs-xz Without change: 20525056 Jan 17 16:12 obmc-phosphor-image-witherspoon-20190117220913.rootfs.squashfs-xz Tested: Verified bmcweb starts fine and responds to redfish requests. Verified the GUI works. No longer see the RedfishServiceValidator error associated with not hosting the metadata. (From meta-ibm rev: 65f3e6f2e936ba2a66dfaa128567189edca1ad20) Change-Id: I9cd68469cde5fac3fc827c6d6201547d98004a8d Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm')
-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 3de4e3c08..e3f627f53 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 -DBMCWEB_ENABLE_STATIC_HOSTING=OFF"
+EXTRA_OECMAKE += "-DBMCWEB_ENABLE_KVM=OFF -DBMCWEB_ENABLE_DBUS_REST=OFF"
# override service and socket file to use nginx
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
OpenPOWER on IntegriCloud