summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-06-21 14:39:26 -0500
committerGitHub <noreply@github.com>2016-06-21 14:39:26 -0500
commit8e0bbcce04d9482c062a4885e959477d814fe0e8 (patch)
treec62607378e8a43e38b5d75692fbc6b398be530ea /meta-phosphor/common
parent58343e73fcb393e124caae22fd189fe9fe64ee9d (diff)
parent53cdb386eb573d30dc548504a9316cbf615da190 (diff)
downloadtalos-openbmc-8e0bbcce04d9482c062a4885e959477d814fe0e8.tar.gz
talos-openbmc-8e0bbcce04d9482c062a4885e959477d814fe0e8.zip
Merge pull request #404 from bradbishop/unused-ipmi
Removed unused host-ipmid-bt application
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r--meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-bt.bb17
-rw-r--r--meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-bt/host-ipmi-bt.service9
2 files changed, 0 insertions, 26 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-bt.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-bt.bb
deleted file mode 100644
index 830f75436..000000000
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-bt.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "Phosphor OpenBMC BT to DBUS"
-DESCRIPTION = "Phosphor OpenBMC BT to DBUS."
-PR = "r1"
-
-RDEPENDS_${PN} += "python-subprocess"
-
-SYSTEMD_SERVICE_${PN} = "host-ipmi-bt.service"
-
-inherit obmc-phosphor-pydbus-service
-inherit obmc-phosphor-host-ipmi-hw
-
-S = "${WORKDIR}/git"
-SRC_URI += "git://github.com/openbmc/skeleton.git;subpath=bin;destsuffix=git"
-SRCREV="${AUTOREV}"
-
-SCRIPT_NAME = "ipmid.py"
-INSTALL_NAME = "host-ipmi-bt"
diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-bt/host-ipmi-bt.service b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-bt/host-ipmi-bt.service
deleted file mode 100644
index 3e40b4641..000000000
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-bt/host-ipmi-bt.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Phosphor OpenBMC BT to DBUS
-
-[Service]
-Restart=always
-ExecStart=/usr/sbin/host-ipmi-bt
-
-[Install]
-WantedBy=multi-user.target
OpenPOWER on IntegriCloud