summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb
blob: 7689fa60c95ac38f1ed4e7fa841a2270645bf276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "OpenBMC fan control"
DESCRIPTION = "OpenBMC fan control."
DEPENDS = "systemd"
PV = "1.0+git${SRCPV}"
PR = "r1"

SKELETON_DIR = "fanctl"
SYSTEMD_SERVICE:${PN} += "obmc-max-fans.service"

inherit skeleton-sdbus
inherit obmc-phosphor-dbus-service
inherit pkgconfig

DBUS_SERVICE:${PN} += "org.openbmc.control.Fans.service"