blob: ef49a434612519153c75fc0e8bee647a35d51a40 [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC fan control"
2DESCRIPTION = "OpenBMC fan control."
3PR = "r1"
Patrick Ventured5f744e2018-10-09 20:17:18 -07004PV = "1.0+git${SRCPV}"
Brad Bishop86ee1cf2016-06-27 14:53:52 -04005
Patrick Williams80210da2016-10-06 22:00:02 -05006inherit skeleton-sdbus
Brad Bishop0fe80462016-08-17 20:27:37 -04007inherit obmc-phosphor-dbus-service
Brad Bishop09523bb2018-01-26 21:30:17 -05008inherit pkgconfig
Brad Bishop86ee1cf2016-06-27 14:53:52 -04009
Patrick Williams80210da2016-10-06 22:00:02 -050010RDEPENDS_${PN} += "libsystemd"
11SKELETON_DIR = "fanctl"
12
Brad Bishop0fe80462016-08-17 20:27:37 -040013DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service"
14SYSTEMD_SERVICE_${PN} += "obmc-max-fans.service"