Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC fan control" |
| 2 | DESCRIPTION = "OpenBMC fan control." |
| 3 | PR = "r1" |
| 4 | |
Patrick Williams | 80210da | 2016-10-06 22:00:02 -0500 | [diff] [blame] | 5 | inherit skeleton-sdbus |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 6 | inherit obmc-phosphor-dbus-service |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 7 | |
Patrick Williams | 80210da | 2016-10-06 22:00:02 -0500 | [diff] [blame] | 8 | RDEPENDS_${PN} += "libsystemd" |
| 9 | SKELETON_DIR = "fanctl" |
| 10 | |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 11 | DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service" |
| 12 | SYSTEMD_SERVICE_${PN} += "obmc-max-fans.service" |