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

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

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

S = "${WORKDIR}"

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