summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-05-04 00:40:07 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-05-06 00:02:01 +0300
commit6607dcb2fa0fe3cc264986463721acd6665f4be7 (patch)
tree0a875fc7ce32c414a107741bf68b27ef3794bda6
parent5690d14f4fdfccf70bccd8962baa333145912679 (diff)
downloadopenbmc-6607dcb2fa0fe3cc264986463721acd6665f4be7.tar.xz
entity-manager: srcrev bump b0c7bd18c2..0a8de74a19
Andrew Jeffery (4): EntityManager: Promote FoundDeviceT to a struct and rename PerformScan: Destructure device details in run() loop header PerformScan: Be explicit about dbusObject type in run() PerformScan: Rename emptyInterfaces to emptyObject as per its type Change-Id: Iedfe79cff3dd130fceff3ac20f11b88d274da83d 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 18ab49fd3c..62f2387e06 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 = "b0c7bd18c20983a565c21e1921d647132329f789"
+SRCREV = "0a8de74a190c556bdb52593936245e27940f137e"
PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"