blob: 7689fa60c95ac38f1ed4e7fa841a2270645bf276 [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC fan control"
2DESCRIPTION = "OpenBMC fan control."
Ed Tanous9936f862022-09-19 09:13:20 -07003DEPENDS = "systemd"
Patrick Ventured28402d2018-10-09 20:17:18 -07004PV = "1.0+git${SRCPV}"
Ed Tanous9936f862022-09-19 09:13:20 -07005PR = "r1"
6
7SKELETON_DIR = "fanctl"
8SYSTEMD_SERVICE:${PN} += "obmc-max-fans.service"
Brad Bishop5f9be072016-06-27 14:53:52 -04009
Patrick Williams7216f422016-10-06 22:00:02 -050010inherit skeleton-sdbus
Brad Bishop1d525fa2016-08-17 20:27:37 -040011inherit obmc-phosphor-dbus-service
Brad Bishop92673622018-01-26 21:30:17 -050012inherit pkgconfig
Brad Bishop5f9be072016-06-27 14:53:52 -040013
Patrick Williams12fc9392021-08-06 09:16:53 -050014DBUS_SERVICE:${PN} += "org.openbmc.control.Fans.service"