summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2017-07-26 02:11:32 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-30 19:47:00 +0000
commit53c5503b3699d5a45d7c81bcfa47c42f03826c34 (patch)
treef4a1fa78b224fdb2b478b40320daca58b3d205af /meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
parent8dac5fdbe854a5684664cd54f450094de0606a88 (diff)
downloadtalos-openbmc-53c5503b3699d5a45d7c81bcfa47c42f03826c34.tar.gz
talos-openbmc-53c5503b3699d5a45d7c81bcfa47c42f03826c34.zip
Add BMC accessible FRUs to generate FRU map
At present MRW does not have FRU ID's for BMC accessible FRUs, so supporting by hand coding the config details. Resolves openbmc/openbmc#1931 Change-Id: Ia33aa56378fe0e31df722b9134c041e66a5133d5 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
index 45cb2eed3..9a4630705 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host.bb
@@ -21,7 +21,7 @@ DEPENDS += "sdbusplus"
DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "obmc-targets"
DEPENDS += "virtual/phosphor-ipmi-inventory-sel"
-DEPENDS += "virtual/phosphor-ipmi-fru-read-inventory"
+DEPENDS += "virtual/phosphor-ipmi-fru-merge-config"
RDEPENDS_${PN}-dev += "phosphor-logging"
RDEPENDS_${PN}-dev += "phosphor-mapper-dev"
@@ -47,7 +47,7 @@ EXTRA_OECONF = " \
WHITELIST_CONF="${WHITELIST_CONF}" \
SENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/sensor.yaml \
INVSENSOR_YAML_GEN=${STAGING_DIR_NATIVE}${sensor_datadir}/invsensor.yaml \
- FRU_YAML_GEN=${STAGING_DIR_NATIVE}${config_datadir}/config.yaml \
+ FRU_YAML_GEN=${STAGING_DIR_NATIVE}${config_datadir}/fru_config.yaml \
"
S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud