summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb
deleted file mode 100644
index 8dcd48973..000000000
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-SUMMARY = "Inventory upload"
-DESCRIPTION = "Inventory upload."
-HOMEPAGE = "http://github.com/openbmc/openpower-inventory-upload"
-PR = "r1"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-
-inherit allarch
-inherit setuptools
-inherit obmc-phosphor-systemd
-
-RDEPENDS_${PN} += " \
- python-dbus \
- python-pygobject \
- pyphosphor \
- dtc \
- "
-
-SRC_URI += "git://github.com/openbmc/openpower-inventory-upload"
-
-SRCREV = "c115852fb5aa0890373d8c2dfca9b9f7b1e06527"
-
-S = "${WORKDIR}/git"
-
-TMPL = "op-inventory-upload@.service"
-INSTFMT = "op-inventory-upload@{0}.service"
-TGTFMT = "obmc-host-start@{0}.target"
-FMT = "../${TMPL}:${TGTFMT}.wants/${INSTFMT}"
-
-SYSTEMD_SERVICE_${PN} += "${TMPL}"
-SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}"