summaryrefslogtreecommitdiff
path: root/meta-intel
diff options
context:
space:
mode:
authorRichard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>2020-07-27 04:58:36 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-07-30 01:06:03 +0300
commit2c0adfc4ab8864d4eee11804325d9d7a3a19399a (patch)
treeb42a4a68a1f19d9143203bc5cbe52e42ed1e6280 /meta-intel
parent500ed6c5af8b713fb85284b01bd27709981600e8 (diff)
downloadopenbmc-2c0adfc4ab8864d4eee11804325d9d7a3a19399a.tar.xz
Remove srvcfg from meta-intel for meta-phosphor.
Remove service config manager bb file from meta-intel as the same is now included in meta-phosphor. (From meta-intel rev: 039a2d08677a63f2dfcb32e307056cefac5cf2b1) Change-Id: I7449228a1ccc6db80ae7f6ac4834bc59a21aa3ef Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-intel')
-rw-r--r--meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb b/meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb
deleted file mode 100644
index fe7ee2e750..0000000000
--- a/meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-SUMMARY = "Service configuration manager daemon to control service properties"
-DESCRIPTION = "Daemon controls service properies like port, channels, state etc.."
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
-inherit cmake systemd
-
-SRC_URI = "git://github.com/openbmc/service-config-manager"
-
-PV = "0.1+git${SRCPV}"
-SRCREV = "ba2c083ebaae5a0e9ba87358f67b620e0345f4b9"
-
-S = "${WORKDIR}/git"
-
-SYSTEMD_SERVICE_${PN} = "srvcfg-manager.service"
-
-DEPENDS += " \
- systemd \
- sdbusplus \
- sdbusplus-native \
- phosphor-logging \
- boost \
- "
-RDEPENDS_${PN} += " \
- libsystemd \
- sdbusplus \
- phosphor-logging \
- "