blob: e7d86e4c281876adaad05f51a0fc5862b89fd37b [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
Brad Bishop26873c92019-03-22 23:41:42 -040010DEPENDS = "systemd"
11
Patrick Williams80210da2016-10-06 22:00:02 -050012SKELETON_DIR = "fanctl"
13
Brad Bishop0fe80462016-08-17 20:27:37 -040014DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service"
15SYSTEMD_SERVICE_${PN} += "obmc-max-fans.service"