mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
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:
20
meta/packages/qemu/qemu-helper-sdk_1.0.bb
Normal file
20
meta/packages/qemu/qemu-helper-sdk_1.0.bb
Normal 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}/
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user