blob: 02e68167e218b9f5bea2ed906aab610cc2217440 [file] [log] [blame]
Matt Spinlerf7d548b2017-03-21 15:02:13 -05001SUMMARY = "Phosphor Fan Presence Detection example data"
2PR = "r1"
3
Brad Bishopbd9931f2017-04-22 16:26:22 -04004require phosphor-fan.inc
Matt Spinlerf7d548b2017-03-21 15:02:13 -05005
6inherit native
7inherit obmc-phosphor-license
Brad Bishopbd9931f2017-04-22 16:26:22 -04008inherit phosphor-fan
Matt Spinlerf7d548b2017-03-21 15:02:13 -05009
10PROVIDES += "virtual/phosphor-fan-presence-config"
11
12S = "${WORKDIR}/git"
13
14do_install() {
15 DEST=${D}${presence_datadir}
Brad Bishopbd9931f2017-04-22 16:26:22 -040016 install -D ${S}/presence/example/fan-detect.yaml ${DEST}/config.yaml
Matt Spinlerf7d548b2017-03-21 15:02:13 -050017}