summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb
deleted file mode 100644
index 6031322f6..000000000
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "Sample inventory map for phosphor-ipmi-host"
-PR = "r1"
-
-inherit native
-inherit phosphor-ipmi-host
-
-require phosphor-ipmi-host.inc
-
-PROVIDES += "virtual/phosphor-ipmi-fru-read-inventory"
-
-S = "${WORKDIR}/git"
-
-do_install() {
- DEST=${D}${config_datadir}
- install -d ${DEST}
- install scripts/fru-read-example.yaml ${DEST}/config.yaml
-}
OpenPOWER on IntegriCloud