summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-09 19:48:39 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-15 22:41:36 -0400
commitbaabfc794da6086f124a6327c7068beea6459b70 (patch)
tree705583e8704eb2585469431f632946a62299efe1 /meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb
parente7d9db6db5fc60290598a232dd9b2820a22c6d82 (diff)
downloadtalos-openbmc-baabfc794da6086f124a6327c7068beea6459b70.tar.gz
talos-openbmc-baabfc794da6086f124a6327c7068beea6459b70.zip
meta-phosphor: system: obmc-mgr-system: rename as git
obmc-mgr-system.bb inherits skeleton-python, which is git-based. (From meta-phosphor rev: dd212e9cc56a69867fb695c9f4ad5da0a7dde361) Change-Id: Ied98981968c77e87681c727d489e12141b327458 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb b/meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb
new file mode 100644
index 000000000..fa80d0a68
--- /dev/null
+++ b/meta-phosphor/recipes-phosphor/system/obmc-mgr-system_git.bb
@@ -0,0 +1,23 @@
+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