From f9fa6156815bcd4fce5d223af035d1bf1ccc31cf Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 2 Dec 2019 17:01:11 +0000 Subject: bmcweb: srcrev bump 2658d9859a..3e0414fd3f Gunnar Mills (1): README: Added Redfish Service Validator testing James Feist (3): Health: Allow populate to only be called once Storage: Add Storage Controller Remove error for empty subtree response Jason M. Bills (4): Add "Retry-After" header for temporarily unavailable messages Return a 404 instead of 500 for invalid Crashdump URIs Return 503 instead of 500 when Crashdump is busy Return no-content instead of waiting for OnDemand (From meta-phosphor rev: 45834f8d6572fe62f0e6e8a210c517cdf42657f4) Change-Id: Ied10b3fe63f59e92c8487734f7b52e0a99b909c9 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 5e4768a29..1b32347f7 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 = "2658d9859a89d2d3c02326e5e2b944480119e0c3" +SRCREV = "3e0414fd3f3b8b08ef3960f66fa056d8376e3544" S = "${WORKDIR}/git" -- cgit v1.2.3 From 8b03edc598370e7c5a82081e7fded46456f5c48c Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 4 Dec 2019 17:21:02 +0000 Subject: bmcweb: srcrev bump 3e0414fd3f..274dfe625f Cheng C Yang (1): Fix No Total Memory Size Issue Jayashankar Padath (1): Redfish: ApplyTime property GET and PATCH support (From meta-phosphor rev: 0d93c38a867ec5cbca3856d15b7cffa22da0a87b) Change-Id: Iacc020536d3a195cb8256bc185d4c2283c5d9f5f Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 1b32347f7..8373e3d1c 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 = "3e0414fd3f3b8b08ef3960f66fa056d8376e3544" +SRCREV = "274dfe625f862e8ded2d4eb88dd856cf66bf54bf" S = "${WORKDIR}/git" -- cgit v1.2.3 From 1c9c83ea9c0e5fa33f3f5a59c89252136844bb28 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 6 Dec 2019 02:31:00 +0000 Subject: bmcweb: srcrev bump 274dfe625f..d82a3acd1a Carol Wang (1): Redfish: Implement ResetBios action (From meta-phosphor rev: d36560f0448112bbe423fce3d7e3cbb0e328e361) Change-Id: I9ab79d93b2ae159d486b14548fc715a96be30528 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 8373e3d1c..e1a578495 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 = "274dfe625f862e8ded2d4eb88dd856cf66bf54bf" +SRCREV = "d82a3acd1abc04a13f90cef5234416c3e18da0e1" S = "${WORKDIR}/git" -- cgit v1.2.3 From 7b274dab1f005ab7f2a107ccf5f9a7341d3285ce Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 6 Dec 2019 18:51:11 +0000 Subject: bmcweb: srcrev bump d82a3acd1a..91fe97c521 Joseph Reynolds (1): bmcweb: Handle ConfigureSelf privilege Sunitha Harish (1): Fix response error code for error - Unauthorized Vikram Bodireddy (1): Adding StandBySpare state for firmware inventory jayaprakash Mutyala (1): privileges: Added noAccess privilege check (From meta-phosphor rev: b1fc4d5699e2d8cce1ab458b97b4f772db6b683e) Change-Id: I5c71a9f2f5f9e06bdb88b5c2b2599c43276d00a4 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index e1a578495..d675f0cd2 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 = "d82a3acd1abc04a13f90cef5234416c3e18da0e1" +SRCREV = "91fe97c521d323fb5dfecade77a8548f7d1a01c1" S = "${WORKDIR}/git" -- cgit v1.2.3 From 73493c4261d0f48e0d275efa0710b9589f27e0b0 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 10 Dec 2019 17:31:04 +0000 Subject: bmcweb: srcrev bump 91fe97c521..7166bf0fd7 Gunnar Mills (1): DEVELOPING: Engage Redfish before adding OEM James Feist (2): ProcSummary: Use Nothrow Revert "Fix authorization for LDAP users" RAJESWARAN THILLAIGOVINDAN (1): Fix authorization for LDAP users Suryakanth Sekar (1): bmcweb: Message entry for At-Scale Debug Event (From meta-phosphor rev: c541392ffa9da9c4388923f656118c0d5dd26e84) Change-Id: I11ff9ea264b66446a8a5f0b92f98cf5b1b275e30 Signed-off-by: Andrew Geissler Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb') diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index d675f0cd2..720b068c1 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 = "91fe97c521d323fb5dfecade77a8548f7d1a01c1" +SRCREV = "7166bf0fd7453f2b5d6bfb3afbdad5eb00f74990" S = "${WORKDIR}/git" -- cgit v1.2.3