Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC system manager" |
| 2 | DESCRIPTION = "OpenBMC system manager." |
| 3 | PR = "r1" |
Patrick Venture | dd212e9 | 2018-10-09 19:48:39 -0700 | [diff] [blame] | 4 | PV = "1.0+git${SRCPV}" |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 5 | |
| 6 | inherit skeleton-python |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 7 | inherit obmc-phosphor-dbus-service |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 8 | |
| 9 | VIRTUAL-RUNTIME_skeleton_workbook ?= "" |
| 10 | |
| 11 | RDEPENDS_${PN} += "\ |
| 12 | python-dbus \ |
| 13 | python-json \ |
| 14 | python-subprocess \ |
| 15 | python-pygobject \ |
Patrick Williams | fee2582 | 2017-03-03 12:52:30 -0600 | [diff] [blame] | 16 | pyphosphor \ |
Brad Bishop | 1b4e447 | 2016-08-29 21:47:04 -0400 | [diff] [blame] | 17 | pyphosphor-dbus \ |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 18 | ${VIRTUAL-RUNTIME_skeleton_workbook} \ |
| 19 | " |
| 20 | |
| 21 | SKELETON_DIR = "pysystemmgr" |
| 22 | |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 23 | DBUS_SERVICE_${PN} += "org.openbmc.managers.System.service" |