Add qemu-helper-sdk

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3569 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-01-22 14:01:16 +00:00
parent 10390fa1fb
commit 718f1e5b69
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,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}/
}