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>
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index 5643250..e39de2f 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 @@
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"