summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/sensors
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-26 11:26:04 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-02-14 16:28:47 +0000
commit44ee749d75848f0babb6ceb225c34c8fa2dd381a (patch)
tree2d255c45688b062adda7640ad2515c7df569254f /meta-phosphor/common/recipes-phosphor/sensors
parent4f12f72793d2fecd7403d4c2aa117af6c40d7f9b (diff)
downloadtalos-openbmc-44ee749d75848f0babb6ceb225c34c8fa2dd381a.tar.gz
talos-openbmc-44ee749d75848f0babb6ceb225c34c8fa2dd381a.zip
Clean up op packagegroups
Now that the legacy applications are picked up in the OpenPOWER layer via obmc-apps packagegroups, those dependencies can be removed from the op-apps packagegroup. Remove the sensord application as it has been replaced with phosphor-hwmon. Demote sensor mgmt feature to an image feature since anything running OpenBMC can have a sensor. Change-Id: I0b27cacbcbd73d53ab8db40790ea967ad478d111 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/sensors')
-rw-r--r--meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.py29
-rw-r--r--meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.service9
-rw-r--r--meta-phosphor/common/recipes-phosphor/sensors/obmc-phosphor-sensord.bb11
3 files changed, 0 insertions, 49 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.py b/meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.py
deleted file mode 100644
index c9771acb4..000000000
--- a/meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.py
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/env python
-
-# Contributors Listed Below - COPYRIGHT 2015
-# [+] International Business Machines Corp.
-#
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# permissions and limitations under the License.
-
-import time
-import sys
-import dbus
-import dbus.service
-import dbus.mainloop.glib
-
-if __name__ == '__main__':
- print "obmc-phosphor-sensord starting..."
-
- while 1:
- time.sleep(5)
diff --git a/meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.service b/meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.service
deleted file mode 100644
index bf8f1cf58..000000000
--- a/meta-phosphor/common/recipes-phosphor/sensors/files/obmc-phosphor-sensord.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Phosphor Sensor Manager
-
-[Service]
-Restart=always
-ExecStart={sbindir}/obmc-phosphor-sensord
-
-[Install]
-WantedBy={SYSTEMD_DEFAULT_TARGET}
diff --git a/meta-phosphor/common/recipes-phosphor/sensors/obmc-phosphor-sensord.bb b/meta-phosphor/common/recipes-phosphor/sensors/obmc-phosphor-sensord.bb
deleted file mode 100644
index 513e1647b..000000000
--- a/meta-phosphor/common/recipes-phosphor/sensors/obmc-phosphor-sensord.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-SUMMARY = "Phosphor OpenBMC Sensor Management"
-DESCRIPTION = "Phosphor OpenBMC sensor management reference implementation."
-PR = "r1"
-
-inherit obmc-phosphor-pydbus-service
-
-PROVIDES += "virtual/obmc-sensor-mgmt"
-RPROVIDES_${PN} += "virtual-obmc-sensor-mgmt"
-
-S = "${WORKDIR}"
-SRC_URI += "file://${PN}.py"
OpenPOWER on IntegriCloud