summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-helper-sdk_1.0.bb
blob: ce66ff3150507aa33f55ecfa8b10d14eb14a5281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Qemu helper scripts from Poky"
LICENSE = "GPL"
RDEPENDS = "qemu-sdk"
PR = "r5"

SRC_URI = "file://${OEROOT}/scripts/poky-qemu \
           file://${OEROOT}/scripts/poky-qemu-internal \
           file://${OEROOT}/scripts/poky-addptable2image \
           file://${OEROOT}/scripts/poky-qemu-ifup"
		      
S = "${WORKDIR}"
		      
PACKAGE_ARCH = "all"

inherit sdk
		      
do_install() {
	install -d ${D}${bindir}
	install -m 0755 poky-* ${D}${bindir}/
}