summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2018-09-17 19:30:17 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-19 01:17:02 +0300
commit6aa1ecdbe32688e7c01ae37c6f127c800e64dd7c (patch)
tree7b31ae86d78b654c4dc4370dd610f0f2daa763a0
parent2264c0b040ca34d65180f4423238a9ce07eff14b (diff)
downloadopenbmc-6aa1ecdbe32688e7c01ae37c6f127c800e64dd7c.tar.xz
bmcweb: srcrev bump 2daf672562..683f727657
Ed Tanous (5): Generalize the "Async Response" pattern Remove the providers interface from systems Modernization of systems Implement Computer System reset action Implement JsonSchema endpoint (From meta-phosphor rev: aa449de22ef27f55ff74c75214f8f86bc08c612e) Change-Id: I4ea20dd4e48d311c7a08042e5122fbfa632b594f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
index 12ec5c01e..6e7ca3be6 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b"
SRC_URI = "git://github.com/openbmc/bmcweb.git"
PV = "1.0+git${SRCPV}"
-SRCREV = "2daf6725629dc9fae0ba554ddef0577fee60ef09"
+SRCREV = "683f7276576dbf0bf7770570190f6b5b4e84d4c9"
S = "${WORKDIR}/git"