summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-10-07 03:01:41 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-10-08 00:00:20 +0300
commitd0a4300639aed0df1c8ee1d0aa3a8dc23318c4e5 (patch)
tree43651183599de9a0598943ecd0083f691d74a7da
parentfc3a1c4242fa8b1a6dd20a1bad4556f5bef6e3e3 (diff)
downloadopenbmc-d0a4300639aed0df1c8ee1d0aa3a8dc23318c4e5.tar.xz
entity-manager: srcrev bump 2594d36e04..bdfc5ec693
John Edward Broadbent (1): Make parseOperation parameter const Kumar Thangavel (1): Add a helper function findFruAreaLocationAndField to updateFRUProperty Change-Id: I9a115fa833a8130bffbd3ba1d75c80a23d6f6b94 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 a4250229a9..14b603bf6d 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -10,7 +10,7 @@ DEPENDS = "boost \
valijson \
${PYTHON_PN}-jsonschema-native \
"
-SRCREV = "2594d36e0413ff753768a4cec0fff71e00f9812f"
+SRCREV = "bdfc5ec6932c9ecfe60dc4dfc08c8592b64a0d72"
PACKAGECONFIG ??= "ipmi-fru"
PACKAGECONFIG[ipmi-fru] = "-Dfru-device=true, -Dfru-device=false, i2c-tools,"
PV = "0.1+git${SRCPV}"