blob: a138f7a378905828beabb711565e30b8f41e3062 [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
Patrick Williams12fc9392021-08-06 09:16:53 -050014DBUS_SERVICE:${PN} += "org.openbmc.control.Fans.service"
15SYSTEMD_SERVICE:${PN} += "obmc-max-fans.service"