blob: 1f98bc0548288dece5b6bfa682b74a22bbb5b210 [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC org.openbmc.control.Chassis example implementation"
2DESCRIPTION = "An example implementation of the org.openbmc.control.Chassis DBUS API."
Patrick Venturea69d9ce2018-10-09 19:42:23 -07003PV = "1.0+git${SRCPV}"
Ed Tanous9936f862022-09-19 09:13:20 -07004PR = "r1"
5
6SKELETON_DIR = "pychassisctl"
Brad Bishop5f9be072016-06-27 14:53:52 -04007
8inherit skeleton-python
Brad Bishop1d525fa2016-08-17 20:27:37 -04009inherit obmc-phosphor-dbus-service
Brad Bishop5f9be072016-06-27 14:53:52 -040010
Patrick Williams12fc9392021-08-06 09:16:53 -050011RDEPENDS:${PN} += "\
Brad Bishop5f9be072016-06-27 14:53:52 -040012 python-dbus \
13 python-pygobject \
14 python-netclient \
Brad Bishop376b0652016-08-29 21:47:04 -040015 pyphosphor-dbus \
Brad Bishop5f9be072016-06-27 14:53:52 -040016 "
17
Brad Bishop1d525fa2016-08-17 20:27:37 -040018FMT = "org.openbmc.control.Chassis@{0}.service"
Patrick Williams12fc9392021-08-06 09:16:53 -050019DBUS_SERVICE:${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}"