blob: 89ab36826a20a8aebaa56e055a4d20d5ac7747fc [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001SUMMARY = "Phosphor OpenBMC Fan Management."
2DESCRIPTION = "Phosphor OpenBMC fan management reference implementation."
3PR = "r1"
4
Brad Bishop5a277f92015-09-21 17:19:05 -04005inherit obmc-phosphor-sdbus-service
Patrick Williams40fc73b2015-10-15 16:21:45 -05006inherit obmc-phosphor-c-daemon
Brad Bishop09494ec2015-10-18 22:21:04 -04007
Brad Bishop09ad8982016-09-06 22:02:03 -04008PROVIDES += "virtual/obmc-fan-mgmt"
9RPROVIDES_${PN} += "virtual-obmc-fan-mgmt"
10
Brad Bishop09494ec2015-10-18 22:21:04 -040011S = "${WORKDIR}"
12SRC_URI += "file://Makefile \
13 file://obmc-phosphor-fand.c \
14 "