summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/chassis
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-26 09:52:47 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-27 16:16:57 -0400
commit9dd6d0e323c3b73628f1d583d00958c6f6bc0584 (patch)
tree46254fab310bd79b5c049d7da9707da71f199cc5 /meta-phosphor/recipes-phosphor/chassis
parente2da25f5cb1ad384620ea9499028c0b887a18373 (diff)
downloadtalos-openbmc-9dd6d0e323c3b73628f1d583d00958c6f6bc0584.tar.gz
talos-openbmc-9dd6d0e323c3b73628f1d583d00958c6f6bc0584.zip
phosphor: pcie: drop unused pcie-detect recipe
obmc-pcie-detect was only used on Barreleye, which has been dropped from the tree; so this is dead code and unused. Drop. (From meta-phosphor rev: 0bdbb5143f9c36e7cfb724e2d2dd8562d3d5931e) Change-Id: I3e8490ba49a64c2e6d21a948d088b01d0dfdd900 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/chassis')
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect.bb17
-rw-r--r--meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect/pcie-slot-detect@.service14
2 files changed, 0 insertions, 31 deletions
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect.bb b/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect.bb
deleted file mode 100644
index 6e0ad9719..000000000
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "OpenBMC PCIE slot detection utility"
-DESCRIPTION = "OpenBMC PCIE slot detection utility."
-PR = "r1"
-
-inherit skeleton-gdbus
-inherit obmc-phosphor-systemd
-inherit pkgconfig
-
-SKELETON_DIR = "pciedetect"
-
-TMPL = "pcie-slot-detect@.service"
-TGTFMT = "obmc-host-startmin@{0}.target"
-INSTFMT = "pcie-slot-detect@{0}.service"
-FMT = "../${TMPL}:${TGTFMT}.wants/${INSTFMT}"
-
-SYSTEMD_SERVICE_${PN} += "pcie-slot-detect@.service"
-SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}"
diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect/pcie-slot-detect@.service b/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect/pcie-slot-detect@.service
deleted file mode 100644
index 4545524d3..000000000
--- a/meta-phosphor/recipes-phosphor/chassis/obmc-pcie-detect/pcie-slot-detect@.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=PCIE Slot Presence Detection For Chassis%i
-Wants=obmc-power-on@%i.target
-After=obmc-power-on@%i.target
-Conflicts=obmc-host-stop@%i.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/env pcie_slot_present.exe
-SyslogIdentifier=pcie_slot_present.exe
-
-[Install]
-WantedBy=obmc-host-startmin@%i.target
OpenPOWER on IntegriCloud