blob: e581d0ba777c1447d058b89a9cd3ecd6a274fb87 [file] [log] [blame]
Brad Bishop55af68b2017-01-17 12:23:40 -05001SUMMARY = "Romulus IPMI to DBus Inventory mapping."
2PR = "r1"
3
4inherit native
5inherit obmc-phosphor-license
6
7PROVIDES += "virtual/phosphor-ipmi-fru-config"
8
9do_install() {
10 DEST=${D}${datadir}/phosphor-ipmi-fru
11 install -d ${DEST}
12
13 # TODO - Run an MRW script.
14}
15