blob: 60bc87616094afdb34ebfd60c9c2f0c613fea990 [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC fan control"
2DESCRIPTION = "OpenBMC fan control."
3PR = "r1"
4
Patrick Williams7216f422016-10-06 22:00:02 -05005inherit skeleton-sdbus
Brad Bishop1d525fa2016-08-17 20:27:37 -04006inherit obmc-phosphor-dbus-service
Brad Bishop92673622018-01-26 21:30:17 -05007inherit pkgconfig
Brad Bishop5f9be072016-06-27 14:53:52 -04008
Patrick Williams7216f422016-10-06 22:00:02 -05009RDEPENDS_${PN} += "libsystemd"
10SKELETON_DIR = "fanctl"
11
Brad Bishop1d525fa2016-08-17 20:27:37 -040012DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service"
13SYSTEMD_SERVICE_${PN} += "obmc-max-fans.service"