summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/system
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2019-02-25 13:35:37 -0600
committerAndrew Geissler <geissonator@yahoo.com>2019-03-05 07:19:46 -0600
commita4ec3d8d416442eef95d173a0afdfb8e208cb670 (patch)
treee4f4e0a715940a5dd73d7f94531030fae8e12b03 /meta-phosphor/recipes-phosphor/system
parent3c40116a1c64fad9bf9321b481380d618a784f37 (diff)
downloadtalos-openbmc-a4ec3d8d416442eef95d173a0afdfb8e208cb670.tar.gz
talos-openbmc-a4ec3d8d416442eef95d173a0afdfb8e208cb670.zip
Remove obmc-mgr-system
This package has been deprecated and not being used on any layer anymore. (From meta-phosphor rev: 44b0e50169be04b2780ad26346f1ff02922d2163) Change-Id: If4e22c1db5f104008b4af8ec12ab14739a87c562 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/system')
-rw-r--r--meta-phosphor/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service16
-rw-r--r--meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb23
2 files changed, 0 insertions, 39 deletions
diff --git a/meta-phosphor/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service b/meta-phosphor/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service
deleted file mode 100644
index 9d1761fd8..000000000
--- a/meta-phosphor/recipes-phosphor/system/obmc-mgr-system/org.openbmc.managers.System.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Phosphor System Manager
-Wants=obmc-mapper.target
-After=obmc-mapper.target
-
-[Service]
-Restart=always
-ExecStart=/usr/bin/env system_manager.py
-SyslogIdentifier=system_manager.py
-Type=dbus
-BusName={BUSNAME}
-Environment="PYTHONUNBUFFERED=1"
-TimeoutStartSec=180s
-
-[Install]
-WantedBy={SYSTEMD_DEFAULT_TARGET}
diff --git a/meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb b/meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb
deleted file mode 100644
index fa80d0a68..000000000
--- a/meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "OpenBMC system manager"
-DESCRIPTION = "OpenBMC system manager."
-PR = "r1"
-PV = "1.0+git${SRCPV}"
-
-inherit skeleton-python
-inherit obmc-phosphor-dbus-service
-
-VIRTUAL-RUNTIME_skeleton_workbook ?= ""
-
-RDEPENDS_${PN} += "\
- python-dbus \
- python-json \
- python-subprocess \
- python-pygobject \
- pyphosphor \
- pyphosphor-dbus \
- ${VIRTUAL-RUNTIME_skeleton_workbook} \
- "
-
-SKELETON_DIR = "pysystemmgr"
-
-DBUS_SERVICE_${PN} += "org.openbmc.managers.System.service"
OpenPOWER on IntegriCloud