blob: 18ce20fc31f5f458342f62a9ce4983afc513b355 [file] [log] [blame]
Brad Bishop55af68b2017-01-17 12:23:40 -05001SUMMARY = "Witherspoon 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}