bmcweb: srcrev bump f5a5d81de6..aceb7fc879
Gunnar Mills (1):
bmcweb: Redfish make MemorySizeInKB optional
Matt Spinler (9):
REST: For enumerate, use GetObject for target path
REST: For enumerate, try GetAll as last resort
REST: For enumerate, return the error in JSON
REST: For GET, return errors in JSON
REST: For list, return the error in JSON
REST: For /action/<method>, return errors in JSON
REST: Add JSON error when no D-Bus handlers found
REST: For PUT, return errors in JSON
REST: Add DELETE support
Change-Id: Id2234efd91ab2974f86ab0116be73d0b11d3c6e2
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/interfaces/bmcweb_git.bb b/recipes-phosphor/interfaces/bmcweb_git.bb
index 7d1a5f6..40ec570 100644
--- a/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
SRC_URI = "git://github.com/openbmc/bmcweb.git"
PV = "1.0+git${SRCPV}"
-SRCREV = "f5a5d81de61863a189fb1154f5f4780c88d41d7d"
+SRCREV = "aceb7fc879578407879af2f456458d080e39ec2d"
S = "${WORKDIR}/git"