diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-09-23 21:17:52 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-24 07:30:09 +0100 |
commit | efa3c7dd5507caf53a22a5cd854f3c832faa68d1 (patch) | |
tree | 07bab2539454ffaca1a6862a10768ee087d8bc43 /meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | |
parent | be642a633da6326580e37c5c190c7df4d1608834 (diff) | |
download | poky-efa3c7dd5507caf53a22a5cd854f3c832faa68d1.tar.gz |
nativesdk-qemu-helper: drop old Zaurus flash tools
These tools are relics of an earlier time when the Zaurus devices were
reference platforms - these days they are no longer needed. It seems
amazing that they survived earlier purges.
(From OE-Core rev: 49919585e5cec2999201fce8cb1b70f1cf7f591e)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb index 63e5fd5711..943ca5f89d 100644 --- a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb +++ b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | |||
@@ -19,7 +19,6 @@ SRC_URI = "file://${COREBASE}/scripts/runqemu \ | |||
19 | file://${COREBASE}/scripts/runqemu-extract-sdk \ | 19 | file://${COREBASE}/scripts/runqemu-extract-sdk \ |
20 | file://${COREBASE}/scripts/runqemu-export-rootfs \ | 20 | file://${COREBASE}/scripts/runqemu-export-rootfs \ |
21 | file://tunctl.c \ | 21 | file://tunctl.c \ |
22 | file://raw2flash.c \ | ||
23 | " | 22 | " |
24 | 23 | ||
25 | S = "${WORKDIR}" | 24 | S = "${WORKDIR}" |
@@ -28,8 +27,6 @@ inherit nativesdk | |||
28 | 27 | ||
29 | do_compile() { | 28 | do_compile() { |
30 | ${CC} tunctl.c -o tunctl | 29 | ${CC} tunctl.c -o tunctl |
31 | ${CC} raw2flash.c -o raw2flash.spitz | ||
32 | ${CC} raw2flash.c -o flash2raw.spitz -Dflash2raw | ||
33 | } | 30 | } |
34 | 31 | ||
35 | do_install() { | 32 | do_install() { |
@@ -37,12 +34,4 @@ do_install() { | |||
37 | install -m 0755 ${WORKDIR}${COREBASE}/scripts/oe-* ${D}${bindir}/ | 34 | install -m 0755 ${WORKDIR}${COREBASE}/scripts/oe-* ${D}${bindir}/ |
38 | install -m 0755 ${WORKDIR}${COREBASE}/scripts/runqemu* ${D}${bindir}/ | 35 | install -m 0755 ${WORKDIR}${COREBASE}/scripts/runqemu* ${D}${bindir}/ |
39 | install tunctl ${D}${bindir}/ | 36 | install tunctl ${D}${bindir}/ |
40 | install raw2flash.spitz ${D}${bindir}/ | ||
41 | install flash2raw.spitz ${D}${bindir}/ | ||
42 | ln -fs raw2flash.spitz ${D}${bindir}/raw2flash.akita | ||
43 | ln -fs raw2flash.spitz ${D}${bindir}/raw2flash.borzoi | ||
44 | ln -fs raw2flash.spitz ${D}${bindir}/raw2flash.terrier | ||
45 | ln -fs flash2raw.spitz ${D}${bindir}/flash2raw.akita | ||
46 | ln -fs flash2raw.spitz ${D}${bindir}/flash2raw.borzoi | ||
47 | ln -fs flash2raw.spitz ${D}${bindir}/flash2raw.terrier | ||
48 | } | 37 | } |