summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-10-13 17:01:10 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-14 12:28:28 +0300
commit56493499baae23838ec4af2c87a1ab58455c541e (patch)
tree4d6faee754ee1abe71db24120918ee795f413589
parent5fb2411d43cf81719ca139fc5643a7b271e527d6 (diff)
downloadopenbmc-56493499baae23838ec4af2c87a1ab58455c541e.tar.xz
meta-phosphor: remove unused obmc-control-bmc package
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iceafa8c16b3147a16a397ecff8df1cdbc086759a
-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')}"