summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/recipes-phosphor/system/obmc-control-bmc/org.openbmc.control.Bmc@.service12
-rw-r--r--meta-phosphor/recipes-phosphor/system/obmc-control-bmc_git.bb14
2 files changed, 0 insertions, 26 deletions
diff --git a/meta-phosphor/recipes-phosphor/system/obmc-control-bmc/org.openbmc.control.Bmc@.service b/meta-phosphor/recipes-phosphor/system/obmc-control-bmc/org.openbmc.control.Bmc@.service
deleted file mode 100644
index 937c3bb99d..0000000000
--- a/meta-phosphor/recipes-phosphor/system/obmc-control-bmc/org.openbmc.control.Bmc@.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Phosphor BMC%i Control
-
-[Service]
-Restart=always
-ExecStart=/usr/bin/env control_bmc.exe
-SyslogIdentifier=control_bmc.exe
-Type=dbus
-BusName={BUSNAME}
-
-[Install]
-WantedBy=multi-user.target
diff --git a/meta-phosphor/recipes-phosphor/system/obmc-control-bmc_git.bb b/meta-phosphor/recipes-phosphor/system/obmc-control-bmc_git.bb
deleted file mode 100644
index b63994a9fa..0000000000
--- a/meta-phosphor/recipes-phosphor/system/obmc-control-bmc_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "OpenBMC org.openbmc.control.Bmc example implementation"
-DESCRIPTION = "A sample implementation for the org.openbmc.control.Bmc DBUS API. \
-org.openbmc.control.Bmc provides APIs for functions like resetting the BMC."
-PV = "1.0+git${SRCPV}"
-PR = "r1"
-
-SKELETON_DIR = "bmcctl"
-
-inherit skeleton-gdbus
-inherit obmc-phosphor-dbus-service
-inherit pkgconfig
-
-FMT = "org.openbmc.control.Bmc@{0}.service"
-DBUS_SERVICE:${PN} += "${@compose_list(d, 'FMT', 'OBMC_BMC_INSTANCES')}"