blob: 8fbf31e82a0f672c929d991997f7dfe47c6537a2 [file] [log] [blame]
Matt Spinleredb92c92016-07-26 11:28:41 -05001SUMMARY = "Phosphor OpenBMC machine readable workbook"
2DESCRIPTION = "Pulls down system specific data"
3PR = "r1"
Patrick Venturee076f372018-10-26 08:52:38 -07004PV = "1.0+git${SRCPV}"
Matt Spinleredb92c92016-07-26 11:28:41 -05005
6S = "${WORKDIR}/git"
7
8inherit obmc-phosphor-license
Matt Spinler2332ef82016-08-25 13:04:09 -05009inherit obmc-xmlpatch
Matt Spinleredb92c92016-07-26 11:28:41 -050010inherit native
Matt Spinler3f6fcbe2017-12-14 13:31:55 -060011inherit mrw-xml
Matt Spinleredb92c92016-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 Spinler3f6fcbe2017-12-14 13:31:55 -060018 install -d ${D}/${mrw_datadir}
19 install -m 0644 ${MRW_XML} ${D}/${mrw_datadir}
Matt Spinleredb92c92016-07-26 11:28:41 -050020}
21