summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-control-fan-config-native.bb
blob: 76b0985ca55daf10f5a888b84f0cb7e987138878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Phosphor fan definition example data"
PR = "r1"

inherit native
inherit obmc-phosphor-license
inherit phosphor-fan

PROVIDES += "virtual/phosphor-fan-control-fan-config"

SRC_URI += "file://fans.yaml"

S = "${WORKDIR}"

do_install() {
    DEST=${D}${control_datadir}
    install -D fans.yaml ${DEST}/fans.yaml
}
OpenPOWER on IntegriCloud