blob: 93706f3e3f1215019f77a72b1db9bd115d518354 [file] [log] [blame]
Patrick Venture6c901082018-04-13 13:41:52 -07001SUMMARY = "Quanta-Q71l IPMI to DBus Inventory mapping."
Patrick Venturebfe9b602017-05-09 10:04:13 -07002PR = "r1"
3
4inherit native
5inherit obmc-phosphor-license
6inherit phosphor-ipmi-fru
7
8SRC_URI += "file://config.yaml"
9
10PROVIDES += "virtual/phosphor-ipmi-fru-inventory"
11
12S = "${WORKDIR}"
13
14do_install() {
Patrick Venturebfe9b602017-05-09 10:04:13 -070015 DEST=${D}${config_datadir}
16
17 install -d ${DEST}
18 install config.yaml ${DEST}
19}