entity-manager: srcrev bump 88333fe091..c7612cf7ba
Andrew Jeffery (15):
PerformScan: Extract findExposeActionRecord()
PerformScan: Rename exposeRecord in isExposeActionRecord()
PerformScan: Eliminate foundMatches
PerformScan: Lift lambda from args in isExposeActionRecord()
PerformScan: Extract apply{Bind,Disable}Action() from run()
PerformScan: Extract applyConfigExposeActions()
PerformScan: Avoid continue in applyExposeActions()
PerformScan: Rename configList in applyConfigExposeActions()
PerformScan: Extract applyExposeActions()
PerformScan: Extract generateDeviceName()
PerformScan: Reorganise config loop early-exits
PerformScan: Promote recordPtr to reference
PerformScan: Add updateSystemConfiguration() as a member function
PerformProbe: Invoke PerformScan::updateSystemConfiguration() directly
PerformScan: Drop dbusSubtree parameter from updateSystemConfiguration()
Zev Weiss (1):
devices: Add nct6779 support
Change-Id: I84e8b6633091484b045c08f82d8f1195534c5c28
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 d31bc69..ef298e0 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 = "88333fe0915ae5e7cdaf3a81bf534afecda47ff2"
+SRCREV = "c7612cf7ba0fe6bfebe83894f97943414fe41dca"
PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"