summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-02 19:40:41 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-11-03 02:29:37 +0300
commitc09fc6a9824dde302831f605188a50e6449b2b52 (patch)
tree0d7cc44e8f5c1bca70184d83a82fa7539f2adc5b
parentcaa2141d3779413acf7303d00fef9f895241eb0b (diff)
downloadopenbmc-c09fc6a9824dde302831f605188a50e6449b2b52.tar.xz
entity-manager: srcrev bump e22143df37..8172db8faf
Matt Simmering (1): entity-manager: Fix createsHWMon enum for devices Change-Id: I9b5cbc0594b75aebf74435c4c4d92a7013d4e4ad 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 3326bde420..56393ef1ad 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 = "e22143df37faa0b0f5e2918d2f505b9f64e74b0f"
+SRCREV = "8172db8faf14e08c03f693286716ce6c63ea3d2b"
PACKAGECONFIG ??= "ipmi-fru"
PACKAGECONFIG[ipmi-fru] = "-Dfru-device=true, -Dfru-device=false, i2c-tools,"
PV = "0.1+git${SRCPV}"