Brad Bishop | 55af68b | 2017-01-17 12:23:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Witherspoon IPMI to DBus Inventory mapping." |
2 | PR = "r1" | ||||
3 | |||||
4 | inherit native | ||||
5 | inherit obmc-phosphor-license | ||||
6 | |||||
7 | PROVIDES += "virtual/phosphor-ipmi-fru-config" | ||||
8 | |||||
9 | do_install() { | ||||
10 | DEST=${D}${datadir}/phosphor-ipmi-fru | ||||
11 | install -d ${DEST} | ||||
12 | |||||
13 | # TODO - Run an MRW script. | ||||
14 | } |