From f6a9c0d7b01d6698904c101022cf3a9c683582e4 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 17 Oct 2018 14:48:02 -0400 Subject: 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 --- .../inventory-upload/inventory-upload.bb | 31 ---------------------- .../inventory-upload/op-inventory-upload@.service | 16 ----------- 2 files changed, 47 deletions(-) delete mode 100644 meta-openpower/recipes-phosphor/inventory-upload/inventory-upload.bb delete mode 100644 meta-openpower/recipes-phosphor/inventory-upload/inventory-upload/op-inventory-upload@.service (limited to 'meta-openpower') 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 8dcd48973a..0000000000 --- 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 022f6e73e9..0000000000 --- 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 -- cgit v1.2.3