Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC org.openbmc.control.Chassis example implementation" |
| 2 | DESCRIPTION = "An example implementation of the org.openbmc.control.Chassis DBUS API." |
| 3 | PR = "r1" |
Patrick Venture | 65b6f86 | 2018-10-09 19:42:23 -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 | RDEPENDS_${PN} += "\ |
| 10 | python-dbus \ |
| 11 | python-pygobject \ |
| 12 | python-netclient \ |
Brad Bishop | 1b4e447 | 2016-08-29 21:47:04 -0400 | [diff] [blame] | 13 | pyphosphor-dbus \ |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 14 | " |
| 15 | |
| 16 | SKELETON_DIR = "pychassisctl" |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 17 | |
| 18 | FMT = "org.openbmc.control.Chassis@{0}.service" |
| 19 | DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}" |