summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-03-23 18:22:09 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-03-24 22:29:11 +0000
commitcb147293e8743086028e7cf93614d08c95b529f4 (patch)
treed760135990ca130666cf18aa0b45d14c9628d591 /meta-phosphor
parent0ac545283b680e96eb9181c13bce96f239a7e09d (diff)
downloadtalos-openbmc-cb147293e8743086028e7cf93614d08c95b529f4.tar.gz
talos-openbmc-cb147293e8743086028e7cf93614d08c95b529f4.zip
Remove the old obmc-control-led
Now that the changes are made to use the new phosphor-ledmanager, the old ledcontroller will need to go away Change-Id: Idffbffbd180334278af740322c140908069b7ceb Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-phosphor/leds/obmc-control-led.bb13
-rw-r--r--meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/obmc-led-start@.service10
-rw-r--r--meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/obmc-led-stop@.service8
-rw-r--r--meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/org.openbmc.control.led.service11
4 files changed, 0 insertions, 42 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led.bb b/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led.bb
deleted file mode 100644
index 292b9fd88..000000000
--- a/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "OpenBMC org.openbmc.Led example implementation"
-DESCRIPTION = "A sample implementation for the org.openbmc.Led DBUS API. \
-The org.openbmc.Led provides APIs for controlling LEDs."
-PR = "r1"
-
-inherit skeleton-sdbus
-inherit obmc-phosphor-dbus-service
-
-RDEPENDS_${PN} += "libsystemd"
-
-SKELETON_DIR = "ledctl"
-DBUS_SERVICE_${PN} += "org.openbmc.control.led.service"
-SYSTEMD_SERVICE_${PN} += "obmc-led-start@.service obmc-led-stop@.service"
diff --git a/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/obmc-led-start@.service b/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/obmc-led-start@.service
deleted file mode 100644
index a60107887..000000000
--- a/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/obmc-led-start@.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Turn On %i LED
-Wants=mapper-wait@-org-openbmc-control-led-%i.service
-After=mapper-wait@-org-openbmc-control-led-%i.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-Restart=no
-ExecStart={sbindir}/mapper call /org/openbmc/control/led/%i org.openbmc.Led setOn
diff --git a/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/obmc-led-stop@.service b/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/obmc-led-stop@.service
deleted file mode 100644
index 81bdbecbc..000000000
--- a/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/obmc-led-stop@.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=Turn Off %i LED
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-Restart=no
-ExecStart={sbindir}/mapper call /org/openbmc/control/led/%i org.openbmc.Led setOff
diff --git a/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/org.openbmc.control.led.service b/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/org.openbmc.control.led.service
deleted file mode 100644
index 66139e34c..000000000
--- a/meta-phosphor/common/recipes-phosphor/leds/obmc-control-led/org.openbmc.control.led.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Phosphor LED Management Daemon
-
-[Service]
-Restart=always
-ExecStart={sbindir}/led_controller.exe
-Type=dbus
-BusName={BUSNAME}
-
-[Install]
-WantedBy={SYSTEMD_DEFAULT_TARGET}
OpenPOWER on IntegriCloud