blob: 96736c64a14df93bdc8b39d0d76c6dccadb83b74 [file] [log] [blame]
Marri Devender Rao5add2342017-06-08 03:17:36 -05001SUMMARY = "Sample inventory map for phosphor-ipmi-host"
2PR = "r1"
Patrick Venture4836bb72018-10-26 09:56:15 -07003PV = "1.0+git${SRCPV}"
Marri Devender Rao5add2342017-06-08 03:17:36 -05004
5inherit native
6inherit phosphor-ipmi-host
7
8require phosphor-ipmi-host.inc
9
10PROVIDES += "virtual/phosphor-ipmi-fru-read-inventory"
11
12S = "${WORKDIR}/git"
13
14do_install() {
15 DEST=${D}${config_datadir}
16 install -d ${DEST}
Marri Devender Raoa99d80a2017-07-07 12:15:45 -050017 install scripts/fru-read-example.yaml ${DEST}/config.yaml
Marri Devender Rao5add2342017-06-08 03:17:36 -050018}