summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb b/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb
deleted file mode 100644
index fe9e6ed05..000000000
--- a/meta-phosphor/common/recipes-phosphor/inventory/phosphor-inventory-manager-assettag-native.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Recipe to create AssetTag property in inventory manager"
-PR = "r1"
-
-inherit native
-inherit obmc-phosphor-license
-inherit phosphor-inventory-manager
-
-PROVIDES += "virtual/phosphor-inventory-manager-assettag"
-
-SRC_URI += "file://assettag.yaml"
-
-S = "${WORKDIR}"
-
-do_install() {
- # This recipe would provide the yaml for inventory manager to
- # create AssetTag property at startup
-
- install -d ${D}${base_datadir}/events.d/
- install assettag.yaml ${D}${base_datadir}/events.d/assettag.yaml
-}
OpenPOWER on IntegriCloud