summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/qemuboot-tool/nativesdk-qemuboot-tool_1.0.bb
blob: ff6af9d0f7f8ff931e9fc4e84565d88734da8230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "helper script to adjust and merge multiple qemuboot.conf files"
LICENSE = "MIT"
RDEPENDS:${PN} = "nativesdk-python3-core"

LIC_FILES_CHKSUM = "file://${LAYERPATH_xilinx}/scripts/qemuboot-tool;beginline=5;endline=21;md5=4b89903784b8d154cd8b631388da4f0d"

SRC_URI = "file://${LAYERPATH_xilinx}/scripts/qemuboot-tool"

S = "${WORKDIR}"

inherit nativesdk

do_compile() {
	:
}

do_install() {
	install -d ${D}${bindir}
	install -m 0755 ${WORKDIR}${LAYERPATH_xilinx}/scripts/* ${D}${bindir}/
}