summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-08 01:29:14 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-13 05:10:03 +0300
commit34d8abb2815b29e425a51232069270ce4701badb (patch)
treed682e16118764d46eec740ddcc034f9bed46db0f /meta-phosphor
parent1c510169922752bc447a2ea63ff51d08280f6ec9 (diff)
downloadopenbmc-34d8abb2815b29e425a51232069270ce4701badb.tar.xz
meta-phosphor: ipmi: fru: remove unused dependency
Remove the ipmi-fru-hostfw dependency from phosphor-ipmi-fru. It isn't used. Remove the todo that refers to the dependency. The TODO suggests some refactoring but it probably doesn't make sense to push the hostfw abstraction all the way out to the IPMI FRU parser - this is already being accomplished elsewhere with simpler schemes than the one suggested. (From meta-phosphor rev: 02826baeea9bb63317e4ebeff67b7f4db029c19c) Change-Id: Ia5223be36908307179852e767f58732e7e8bf11b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
index e11235609..d79078a1b 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
@@ -12,7 +12,6 @@ inherit pythonnative
require ${PN}.inc
DEPENDS += " \
- virtual/phosphor-ipmi-fru-hostfw-config\
virtual/phosphor-ipmi-fru-inventory \
virtual/phosphor-ipmi-fru-properties \
systemd \
@@ -36,13 +35,6 @@ FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/host-ipmid/lib*${SOLIBS}"
FILES_${PN}-dev_append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.la"
-# TODO: Fix the the ipmi-fru-parser code generator to handle split
-# host firmware / inventory YAML and replace the OECONF below with:
-#
-# EXTRA_OECONF += "INVENTORY_YAML=${inventory_datadir}/config.yaml"
-# EXTRA_OECONF += "HOSTFW_YAML=${hostfw_datadir}/config.yaml"
-#
-# For now the generator requires them to already be combined so we have:
EXTRA_OECONF = " \
YAML_GEN=${STAGING_DIR_NATIVE}${config_datadir}/config.yaml \
PROP_YAML=${STAGING_DIR_NATIVE}${properties_datadir}/extra-properties.yaml \