summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-mrw-native.bb
AgeCommit message (Collapse)AuthorFilesLines
2018-01-30Use variables for MRW XML filename and pathMatt Spinler1-1/+2
Create an mrw-xml bbclass that has variables for the MRW XML filename and path to it. Then, changes all users of the MRW XML to inherit that class and use those variables. The filename will default to ${MACHINE}.xml if it hasn't already been set to something else, such as in a .conf file. This is done so that the file can be something other than ${MACHINE}.xml. Change-Id: Ia7021e5a5d5e7946829e58688250aa64250cb00e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2017-07-06phosphor-ipmi-fru: fix license file checksum errorMarri Devender Rao1-0/+2
Build for the mrw processing tool sometimes failed with a checksum issue on the LICENSE file. Change-Id: Ic3c3dd0d26bef72f25595b44cc82705c341e0a37 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
2017-07-05Add native recipe to generate inventory map from MRWMarri Devender Rao1-0/+24
Resolves openbmc/openbmc#1559 Change-Id: I3c663693df78cdf8daac83d49ca35982be27165a Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>