obmc-mgr-sensor: Remove recipe and service file
The obmc-mgr-sensor managed the sensors under the
/org/openbmc/sensors path which is now deprecated.
The sensors are now created in the paths specified
by the ipmi sensor config.yaml files.
Tested: Powered on a Witherspoon to the Host OS without ipmi
giving get/set sensor errors.
(From meta-phosphor rev: 8ca499713e2cc963ac0193b96d1d9dc46a817770)
Change-Id: I0de970d3a139eae4b71ce125ad133bed610801ec
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/sensors/obmc-mgr-sensor.bb b/meta-phosphor/recipes-phosphor/sensors/obmc-mgr-sensor.bb
deleted file mode 100644
index 5eacac0..0000000
--- a/meta-phosphor/recipes-phosphor/sensors/obmc-mgr-sensor.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "OpenBMC sensor manager"
-DESCRIPTION = "OpenBMC sensor manager."
-PR = "r1"
-
-inherit skeleton-python
-inherit obmc-phosphor-dbus-service
-
-VIRTUAL-RUNTIME_skeleton_workbook ?= ""
-
-RDEPENDS_${PN} += "\
- python-dbus \
- python-json \
- python-pygobject\
- pyphosphor \
- pyphosphor-dbus \
- ${VIRTUAL-RUNTIME_skeleton_workbook} \
- "
-
-SKELETON_DIR = "pysensormgr"
-DBUS_SERVICE_${PN} += "org.openbmc.Sensors.service"
diff --git a/meta-phosphor/recipes-phosphor/sensors/obmc-mgr-sensor/org.openbmc.Sensors.service b/meta-phosphor/recipes-phosphor/sensors/obmc-mgr-sensor/org.openbmc.Sensors.service
deleted file mode 100644
index a4cb164..0000000
--- a/meta-phosphor/recipes-phosphor/sensors/obmc-mgr-sensor/org.openbmc.Sensors.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Phosphor Sensor Manager
-Wants=mapper-wait@-xyz-openbmc_project-control-power_supply_redundancy.service
-After=mapper-wait@-xyz-openbmc_project-control-power_supply_redundancy.service
-
-[Service]
-Restart=always
-ExecStart=/usr/bin/env sensor_manager2.py
-SyslogIdentifier=sensor_manager2.py
-Type=dbus
-BusName={BUSNAME}
-Environment="PYTHONUNBUFFERED=1"
-
-[Install]
-WantedBy={SYSTEMD_DEFAULT_TARGET}