blob: db9cbd902733bd5f6daf3f52214c32167a4d5975 [file] [log] [blame]
Matt Spinlerfe0d5d32016-07-26 11:28:41 -05001SUMMARY = "Phosphor OpenBMC machine readable workbook"
2DESCRIPTION = "Pulls down system specific data"
3PR = "r1"
4
5S = "${WORKDIR}/git"
6
7inherit obmc-phosphor-license
Matt Spinler1b8b9042016-08-25 13:04:09 -05008inherit obmc-xmlpatch
Matt Spinlerfe0d5d32016-07-26 11:28:41 -05009inherit native
Matt Spinler0a8ea632017-12-14 13:31:55 -060010inherit mrw-xml
Matt Spinlerfe0d5d32016-07-26 11:28:41 -050011
12PHOSPHOR_MRW_URI ?= "http://missing-mrw-uri"
13SRC_URI += "${PHOSPHOR_MRW_URI}"
14SRCREV = "${PHOSPHOR_MRW_REV}"
15
16do_install() {
Matt Spinler0a8ea632017-12-14 13:31:55 -060017 install -d ${D}/${mrw_datadir}
18 install -m 0644 ${MRW_XML} ${D}/${mrw_datadir}
Matt Spinlerfe0d5d32016-07-26 11:28:41 -050019}
20