summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-03-31 05:10:16 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-04-02 00:31:36 +0300
commitd342bd41974697aaaea4ec86cff1ee09fd376a32 (patch)
tree2230d5f95e10984a6d64508805ea6e9e7b72f8b8
parent99b14fb72ecd8f741153d2028cb4f1a3e5ece692 (diff)
downloadopenbmc-d342bd41974697aaaea4ec86cff1ee09fd376a32.tar.xz
entity-manager: srcrev bump f8ae2ba5c8..e35d0acb7e
Andrew Jeffery (22): PerformScan: Destructure config items in run() EntityManager: Rename key to path in populateInterfaceFromJson() EntityManager: Destructure dict items in populateInterfaceFromJson() EntityManager: Destructure items when iterating newConfiguration EntityManager: Destructure exposed items in postToDbus() EntityManager: Destructure board attributes in postToDbus() EntityManager: Destructure board properties in postToDbus() EntityManager: Extract deviceRequiresPowerOn() EntityManager: Refactor deviceRequiresPowerOn() with early-exits EntityManager: Rename isDetectedPowerOn for clarity EntityManager: Determine device config presence with .contains() EntityManager: Continue the loop if the entity is present EntityManager: Exploit destructuring for device removed loop EntityManager: Introduce pruneDevice() EntityManager: Refactor pruneDevice() early-exits EntityManager: Flip condition to start removed timer EntityManager: Introduce getDeviceInterfaces() EntityManager: Exploit destructuring for configuration removed loop EntityManager: Clean up interface removal condition EntityManager: Extract pruneConfiguration() EntityManager: Extract deriveNewConfiguration() EntityManager: Extract publishNewConfiguration() Change-Id: I1fa75ae559576acbf93e8e3aae6322aa41cc5376 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index 5643250e50..e39de2f63a 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -5,7 +5,7 @@ and configures system sensors"
SRC_URI = "git://github.com/openbmc/entity-manager.git;branch=master;protocol=https \
file://blocklist.json \
"
-SRCREV = "f8ae2ba5c82f15320176cb15a8598927b2bca6f3"
+SRCREV = "e35d0acb7ee1eca993964fec39ca04e4ebc96ce1"
PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"