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

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

DEPENDS = "systemd"

SKELETON_DIR = "fanctl"

DBUS_SERVICE:${PN} += "org.openbmc.control.Fans.service"
SYSTEMD_SERVICE:${PN} += "obmc-max-fans.service"