From f4ae002524c4f24a5a78deca5fa59947bf91062e Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Thu, 17 Jan 2019 15:37:27 -0600 Subject: 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 Signed-off-by: Brad Bishop --- meta-ibm/recipes-phosphor/bmcweb/bmcweb_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm/recipes-phosphor') 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}:" -- cgit v1.2.1