summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy-native.bb
blob: c2e843f2a83b62d7972b21b6315b082dfe23b96c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Fan policy for Witherspoon"
PR = "r1"

inherit native
inherit obmc-phosphor-license
inherit phosphor-dbus-monitor

SRC_URI += "file://air-cooled.yaml"
SRC_URI += "file://water-cooled.yaml"

do_install() {
        install -D ${WORKDIR}/air-cooled.yaml ${D}${config_dir}/air-cooled.yaml
        install -D ${WORKDIR}/water-cooled.yaml ${D}${config_dir}/water-cooled.yaml
}
OpenPOWER on IntegriCloud