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

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

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

S = "${WORKDIR}"

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