summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/configuration
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-12-22 20:20:21 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-12-23 01:10:24 +0300
commite2ae6adfe7275181b54199a6db4148ab89041b56 (patch)
tree29bd070ff8276e51683e9ff76b3e14620558c249 /meta-phosphor/recipes-phosphor/configuration
parent29c4fe75b393c6971d0b0d6b515e4f056a22beab (diff)
downloadopenbmc-e2ae6adfe7275181b54199a6db4148ab89041b56.tar.xz
entity-manager: srcrev bump 8f05a3a18b..9d6f590450
Kumar Thangavel (2): Refactor : Add a helper function to addFruObjectToDbus Add a helper function getFruData to updateFRUProperty Sui Chen (2): entity-manager: Allow exposing BMC inventory with "ContainsThisBMC" Add "Exposes BMC" fields to configurations Change-Id: I6d2ace8f3fb6a86909ea16f3612c3c1d3fb8fc25 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/configuration')
-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 e6785b2de6..85fdfff79b 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 = "8f05a3a18b288c6a8897c4b42facc98db156c2e1"
+SRCREV = "9d6f590450d8277cd1b86f6b602da77a3a176131"
PACKAGECONFIG ??= "ipmi-fru"
PACKAGECONFIG[ipmi-fru] = "-Dfru-device=true, -Dfru-device=false, i2c-tools,"
PV = "0.1+git${SRCPV}"