Skip to content

Commit eefa069

Browse files
committed
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
1 parent 6dc8c8a commit eefa069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DEPENDS = " \
1212
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
1313
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
1414
"
15-
SRCREV = "69a835e8923720e16d424aed8d3d75514432ec57"
15+
SRCREV = "29fa1f5d42c915aa35f7101359ee41a06d49211f"
1616
PV = "1.0+git${SRCPV}"
1717

1818
SRC_URI = "git://github.com/ibm-openbmc/bmcweb.git;protocol=https;nobranch=1;protocol=https"

0 commit comments

Comments
 (0)