summaryrefslogtreecommitdiffstats
path: root/meta-openpower
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-17 14:48:02 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-17 22:44:37 -0400
commitf6a9c0d7b01d6698904c101022cf3a9c683582e4 (patch)
treedc79cfc2a009ee179b9386764c7b42f964449ede /meta-openpower
parent7a925b6790c9229678b6465824410a9c569d7aa7 (diff)
downloadtalos-openbmc-f6a9c0d7b01d6698904c101022cf3a9c683582e4.tar.gz
talos-openbmc-f6a9c0d7b01d6698904c101022cf3a9c683582e4.zip
openpower: Remove unused inventory-upload
With the removal of the Barreleye system, inventory-upload is unused. Drop dead code. (From meta-openpower rev: c631ee69571e9ae250d3a78b1c946fc6e686b181) Change-Id: Iad09c3c5146ba9f83dcf3af52e326255be1efbfc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-phosphor/inventory-upload/inventory-upload.bb31
-rw-r--r--meta-openpower/recipes-phosphor/inventory-upload/inventory-upload/op-inventory-upload@.service16
2 files changed, 0 insertions, 47 deletions
diff --git a/meta-openpower/recipes-phosphor/inventory-upload/inventory-upload.bb b/meta-openpower/recipes-phosphor/inventory-upload/inventory-upload.bb
deleted file mode 100644
index 8dcd48973..000000000
--- a/meta-openpower/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')}"
diff --git a/meta-openpower/recipes-phosphor/inventory-upload/inventory-upload/op-inventory-upload@.service b/meta-openpower/recipes-phosphor/inventory-upload/inventory-upload/op-inventory-upload@.service
deleted file mode 100644
index 022f6e73e..000000000
--- a/meta-openpower/recipes-phosphor/inventory-upload/inventory-upload/op-inventory-upload@.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Inventory Upload
-Wants=obmc-host-start-pre@%i.target
-Before=obmc-host-start-pre@%i.target
-Conflicts=obmc-host-stop@%i.target
-
-[Service]
-Restart=no
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/env inventory_upload.py
-SyslogIdentifier=inventory_upload.py
-Environment="PYTHONUNBUFFERED=1"
-
-[Install]
-WantedBy=obmc-host-start@%i.target
OpenPOWER on IntegriCloud