blob: 3c62552c6471e01966edce1d2533a8b0b483128f [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."
3PR = "r1"
Patrick Venturea69d9ce2018-10-09 19:42:23 -07004PV = "1.0+git${SRCPV}"
Brad Bishop5f9be072016-06-27 14:53:52 -04005
6inherit skeleton-python
Brad Bishop1d525fa2016-08-17 20:27:37 -04007inherit obmc-phosphor-dbus-service
Brad Bishop5f9be072016-06-27 14:53:52 -04008
Patrick Williams12fc9392021-08-06 09:16:53 -05009RDEPENDS:${PN} += "\
Brad Bishop5f9be072016-06-27 14:53:52 -040010 python-dbus \
11 python-pygobject \
12 python-netclient \
Brad Bishop376b0652016-08-29 21:47:04 -040013 pyphosphor-dbus \
Brad Bishop5f9be072016-06-27 14:53:52 -040014 "
15
16SKELETON_DIR = "pychassisctl"
Brad Bishop1d525fa2016-08-17 20:27:37 -040017
18FMT = "org.openbmc.control.Chassis@{0}.service"
Patrick Williams12fc9392021-08-06 09:16:53 -050019DBUS_SERVICE:${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}"