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

require phosphor-fan-presence.inc

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

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

S = "${WORKDIR}/git"

do_install() {
    DEST=${D}${presence_datadir}
    install -D ${S}/example/fan-detect.yaml ${DEST}/config.yaml
}
OpenPOWER on IntegriCloud