From eefa06917b06ddb4c7cb91363519342751045dd5 Mon Sep 17 00:00:00 2001 From: Reed Frandsen Date: Mon, 20 Feb 2023 17:45:02 -0600 Subject: [PATCH] bmcweb: downstream srcrev bump 69a835e892..29fa1f5d42 (#3281) George Liu (3): Implement LocationIndicatorActive for CPU resource Implement SubProcessors for processor core Implement LocationIndicatorActive for Memory resource Ramesh Iyyar (19): redfish-core: Processor: Workaround to handle DCM redfish-core: LogServices: Added HardwareIsolation service LogServices: HardwareIsolation: Get LogEntryCollection LogServices: HardwareIsolation: Get LogEntry LogServices: HardwareIsolation: Delete LogEntry LogServices: HardwareIsolation: Post ClearLog redfish-core: Processor: Fixed the processor object search (#168) Enabled deconfiguration reason support to the DIMM and Core and Few fixes (#171) HW-Isolation: Fix, Use GetAncestors to get the parents id (#235) HW-Isolation: Fix, Don't throw internal error if failed to get error log (#245) HW-Isolation: Fix, Update State if the Core and DIMM are recovered (#288) registry: Add PropertyValueResourceConflict registry HW-Isolation: Return an appropriate error if the request is failed. HW-Isolation: Fill OriginOfCondition for the TPM and Motherboard (#278) HW-Isolation: Return ResourceCannotBeDeleted error (#297) HW-Isolation: Fix, Don't handle the Unavailable D-Bus error registry: Add PropertyValueExternalConflict registry LogService: HW-Isolation: Return an appropriate error LogEntry: HW-Isolation: Removed the Resolved property (#341) PriyangaRamasamy (1): 1050:Pull lamptest related commits to 1050 (#572) Asmitha Karunanithi (1): Support ipv6 on hypervisor ethernet interface (#569) Reed Frandsen (1): Merge pull request #542 from deepakala-k/sync_1030_commits deepakala-k (6): redfish-core: Core: Enabled the isolation (aka guard) feature redfish-core: Memory: Enabled the isolation (aka guard) feature Core: Fix, Patch a core into the respective parent processor (#261) Add missing odata.id field under OriginOfCondition for assemblies (#494) clang-format ran Fix Errors found during CI Willy Tu (1): util: Add pretty name for resources Change-Id: I4ff543ef70c2ef32e86fa892d979a6dbf2a57efd --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 26cfe89f28..34ddbba927 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -12,7 +12,7 @@ DEPENDS = " \ ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \ ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \ " -SRCREV = "69a835e8923720e16d424aed8d3d75514432ec57" +SRCREV = "29fa1f5d42c915aa35f7101359ee41a06d49211f" PV = "1.0+git${SRCPV}" SRC_URI = "git://github.com/ibm-openbmc/bmcweb.git;protocol=https;nobranch=1;protocol=https"