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

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

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

S = "${WORKDIR}"

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