blob: fa80d0a68ceb0f7a45f0a610a6b35bb46abad72d [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC system manager"
2DESCRIPTION = "OpenBMC system manager."
3PR = "r1"
Patrick Venturedd212e92018-10-09 19:48:39 -07004PV = "1.0+git${SRCPV}"
Brad Bishop86ee1cf2016-06-27 14:53:52 -04005
6inherit skeleton-python
Brad Bishop0fe80462016-08-17 20:27:37 -04007inherit obmc-phosphor-dbus-service
Brad Bishop86ee1cf2016-06-27 14:53:52 -04008
9VIRTUAL-RUNTIME_skeleton_workbook ?= ""
10
11RDEPENDS_${PN} += "\
12 python-dbus \
13 python-json \
14 python-subprocess \
15 python-pygobject \
Patrick Williamsfee25822017-03-03 12:52:30 -060016 pyphosphor \
Brad Bishop1b4e4472016-08-29 21:47:04 -040017 pyphosphor-dbus \
Brad Bishop86ee1cf2016-06-27 14:53:52 -040018 ${VIRTUAL-RUNTIME_skeleton_workbook} \
19 "
20
21SKELETON_DIR = "pysystemmgr"
22
Brad Bishop0fe80462016-08-17 20:27:37 -040023DBUS_SERVICE_${PN} += "org.openbmc.managers.System.service"