diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2018-12-11 00:40:24 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-12-12 06:09:50 -0500 |
commit | b2ca9ed6ed22a91b90e134b08461fc5e0a496f25 (patch) | |
tree | 427b23f24d01d13a1ce5603e1bf20ed988797f07 /meta-phosphor/recipes-phosphor | |
parent | d7ad8a3cec25e3e696a0539f4601897b134c8d81 (diff) | |
download | blackbird-openbmc-b2ca9ed6ed22a91b90e134b08461fc5e0a496f25.tar.gz blackbird-openbmc-b2ca9ed6ed22a91b90e134b08461fc5e0a496f25.zip |
bmcweb: srcrev bump 63c7908ddb..6af8330046
AppaRao Puli (1):
Redfish AccountService service modifications
Ed Tanous (7):
bmcweb: Session member count is zero
bmcweb: make SSL enabling more effective
Remove custom version of getPtr
bmcweb: Redfish make CpuCoreCount optional
bmcweb: Clean up security headers
bmcweb: Move boost::optional to std::optional
bmcweb: Fix inversion of SSL
Joseph Reynolds (1):
Add details to BMCWEB config option help strings
(From meta-phosphor rev: d655096a0f9aabc92e05ff05a1768f68b2685cef)
Change-Id: Ie7b5874cc0d73cdf6b3d6540941ca0e9d94c7389
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r-- | meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 66dcef318..66e80da86 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.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 = "63c7908ddb4647c995f1cb0e121e6b313146ada9" +SRCREV = "6af833004631012048b4e5b097dc0905d74012d9" S = "${WORKDIR}/git" |