blob: e7d86e4c281876adaad05f51a0fc5862b89fd37b [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC fan control"
2DESCRIPTION = "OpenBMC fan control."
3PR = "r1"
Patrick Ventured28402d2018-10-09 20:17:18 -07004PV = "1.0+git${SRCPV}"
Brad Bishop5f9be072016-06-27 14:53:52 -04005
Patrick Williams7216f422016-10-06 22:00:02 -05006inherit skeleton-sdbus
Brad Bishop1d525fa2016-08-17 20:27:37 -04007inherit obmc-phosphor-dbus-service
Brad Bishop92673622018-01-26 21:30:17 -05008inherit pkgconfig
Brad Bishop5f9be072016-06-27 14:53:52 -04009
Brad Bishop44f3cce2019-03-22 23:41:42 -040010DEPENDS = "systemd"
11
Patrick Williams7216f422016-10-06 22:00:02 -050012SKELETON_DIR = "fanctl"
13
Brad Bishop1d525fa2016-08-17 20:27:37 -040014DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service"
15SYSTEMD_SERVICE_${PN} += "obmc-max-fans.service"