meta-phosphor: phosphor-ipmi-fru: remove unused native recipes
phosphor-ipmi-fru has some complex YAML merging recipes that are not
even used. All of the YAML files provided by these recipes are empty
and there is not a single example of a bbappend replacing them with
a non-empty version. Delete these recipes and some of the complexity
in the merge recipe.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie46e1d2c9de86b0b214c521e49d4a5a6365d9b27
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-merge-config-native.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-merge-config-native.bb
index 5a91a72..ecce081 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-merge-config-native.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-merge-config-native.bb
@@ -6,8 +6,6 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
DEPENDS += "virtual/phosphor-ipmi-fru-read-inventory"
-DEPENDS += "virtual/phosphor-ipmi-fru-read-bmc-inventory"
-DEPENDS += "virtual/phosphor-ipmi-fru-read-not-sent-by-host-inventory"
PROVIDES += "virtual/phosphor-ipmi-fru-merge-config"
PR = "r1"
@@ -18,6 +16,5 @@
SRC=${config_datadir}
DEST=${D}${config_datadir}
install -d ${DEST}
- cat ${SRC}/config.yaml ${SRC}/bmc-fru-config.yaml > ${DEST}/fru_config.yaml
- cat ${SRC}/fru-config-not-sent-by-host.yaml >> ${DEST}/fru_config.yaml
+ cat ${SRC}/config.yaml > ${DEST}/fru_config.yaml
}