blob: 8fbf31e82a0f672c929d991997f7dfe47c6537a2 [file] [log] [blame]
Matt Spinlerfe0d5d32016-07-26 11:28:41 -05001SUMMARY = "Phosphor OpenBMC machine readable workbook"
2DESCRIPTION = "Pulls down system specific data"
3PR = "r1"
Patrick Venture7cb04e22018-10-26 08:52:38 -07004PV = "1.0+git${SRCPV}"
Matt Spinlerfe0d5d32016-07-26 11:28:41 -05005
6S = "${WORKDIR}/git"
7
8inherit obmc-phosphor-license
Matt Spinler1b8b9042016-08-25 13:04:09 -05009inherit obmc-xmlpatch
Matt Spinlerfe0d5d32016-07-26 11:28:41 -050010inherit native
Matt Spinler0a8ea632017-12-14 13:31:55 -060011inherit mrw-xml
Matt Spinlerfe0d5d32016-07-26 11:28:41 -050012
13PHOSPHOR_MRW_URI ?= "http://missing-mrw-uri"
14SRC_URI += "${PHOSPHOR_MRW_URI}"
15SRCREV = "${PHOSPHOR_MRW_REV}"
16
17do_install() {
Matt Spinler0a8ea632017-12-14 13:31:55 -060018 install -d ${D}/${mrw_datadir}
19 install -m 0644 ${MRW_XML} ${D}/${mrw_datadir}
Matt Spinlerfe0d5d32016-07-26 11:28:41 -050020}
21