Add a service-config-manager recipe
It points to upstream code now.
Tested:
It builds.
(From meta-intel rev: 17eab24d80231ebfcca897d3d2b00acac6111bbd)
Change-Id: I431396a3603fda83bedff946ab4fb02607f43074
Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
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
new file mode 100644
index 0000000..bbd73a1
--- /dev/null
+++ b/meta-intel/meta-common/recipes-core/service-config-manager/service-config-manager_git.bb
@@ -0,0 +1,28 @@
+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 = "33816cf9125737e9ec931961bad2924a6104c5bb"
+
+S = "${WORKDIR}/git"
+
+SYSTEMD_SERVICE_${PN} = "srvcfg-manager.service"
+
+DEPENDS += " \
+ systemd \
+ sdbusplus \
+ sdbusplus-native \
+ phosphor-logging \
+ boost \
+ "
+RDEPENDS_${PN} += " \
+ libsystemd \
+ sdbusplus \
+ phosphor-logging \
+ "