diff options
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index 473411db92..791465694b 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | |||
@@ -1,19 +1,19 @@ | |||
1 | DESCRIPTION = "Qemu helper scripts from Poky" | 1 | DESCRIPTION = "Qemu helper scripts from Poky" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | RDEPENDS = "qemu-nativesdk" | 3 | RDEPENDS = "qemu-nativesdk" |
4 | PR = "r7" | 4 | PR = "r8" |
5 | 5 | ||
6 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" | 6 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" |
7 | 7 | ||
8 | SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \ | 8 | SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \ |
9 | file://${POKYBASE}/scripts/poky-qemu-internal \ | 9 | file://${POKYBASE}/scripts/poky-qemu-internal \ |
10 | file://${POKYBASE}/scripts/poky-addptable2image \ | 10 | file://${POKYBASE}/scripts/poky-addptable2image \ |
11 | file://${POKYBASE}/scripts/poky-gen-tapdevs \ | ||
11 | file://${POKYBASE}/scripts/poky-qemu-ifup \ | 12 | file://${POKYBASE}/scripts/poky-qemu-ifup \ |
12 | file://${POKYBASE}/scripts/poky-qemu-ifdown \ | 13 | file://${POKYBASE}/scripts/poky-qemu-ifdown \ |
13 | file://${POKYBASE}/scripts/poky-find-native-sysroot \ | 14 | file://${POKYBASE}/scripts/poky-find-native-sysroot \ |
14 | file://${POKYBASE}/scripts/poky-extract-sdk \ | 15 | file://${POKYBASE}/scripts/poky-extract-sdk \ |
15 | file://${POKYBASE}/scripts/poky-export-rootfs \ | 16 | file://${POKYBASE}/scripts/poky-export-rootfs \ |
16 | file://${POKYBASE}/scripts/runqemu-nfs \ | ||
17 | file://tunctl.c \ | 17 | file://tunctl.c \ |
18 | file://raw2flash.c \ | 18 | file://raw2flash.c \ |
19 | " | 19 | " |
@@ -31,7 +31,6 @@ do_compile() { | |||
31 | do_install() { | 31 | do_install() { |
32 | install -d ${D}${bindir} | 32 | install -d ${D}${bindir} |
33 | install -m 0755 ${WORKDIR}${POKYBASE}/scripts/poky-* ${D}${bindir}/ | 33 | install -m 0755 ${WORKDIR}${POKYBASE}/scripts/poky-* ${D}${bindir}/ |
34 | install -m 0755 ${WORKDIR}${POKYBASE}/scripts/runqemu-nfs ${D}${bindir}/ | ||
35 | install tunctl ${D}${bindir}/ | 34 | install tunctl ${D}${bindir}/ |
36 | install raw2flash.spitz ${D}${bindir}/ | 35 | install raw2flash.spitz ${D}${bindir}/ |
37 | install flash2raw.spitz ${D}${bindir}/ | 36 | install flash2raw.spitz ${D}${bindir}/ |