summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-05-10 21:20:08 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-05-11 05:08:54 +0300
commita7e73e261d35b26ccaee256d6b04bd3d607c7e28 (patch)
tree9489da10917a700ce68cde1d20047ae39a0470ae /meta-phosphor/recipes-phosphor
parent10dc43a1a276869d0500fcf7c081ac6e914b1182 (diff)
downloadopenbmc-a7e73e261d35b26ccaee256d6b04bd3d607c7e28.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-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 d31bc69636..ef298e0c95 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 = "88333fe0915ae5e7cdaf3a81bf534afecda47ff2"
+SRCREV = "c7612cf7ba0fe6bfebe83894f97943414fe41dca"
PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"