[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2664/8267] nativesdk-qemu-helper: drop old Zaurus flash tools



commit efa3c7dd5507caf53a22a5cd854f3c832faa68d1
Author: Paul Eggleton <paul eggleton linux intel com>
Date:   Fri Sep 23 21:17:52 2016 +1200

    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>

 .../qemu/nativesdk-qemu-helper_1.0.bb              |   11 -
 meta/recipes-devtools/qemu/qemu-helper/raw2flash.c |  370 --------------------
 2 files changed, 0 insertions(+), 381 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 63e5fd5..943ca5f 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 \
            file://${COREBASE}/scripts/runqemu-extract-sdk \
            file://${COREBASE}/scripts/runqemu-export-rootfs \
            file://tunctl.c \
-           file://raw2flash.c \
           "
 
 S = "${WORKDIR}"
@@ -28,8 +27,6 @@ inherit nativesdk
 
 do_compile() {
        ${CC} tunctl.c -o tunctl
-       ${CC} raw2flash.c -o raw2flash.spitz
-       ${CC} raw2flash.c -o flash2raw.spitz -Dflash2raw
 }
 
 do_install() {
@@ -37,12 +34,4 @@ do_install() {
        install -m 0755 ${WORKDIR}${COREBASE}/scripts/oe-* ${D}${bindir}/
        install -m 0755 ${WORKDIR}${COREBASE}/scripts/runqemu* ${D}${bindir}/
        install tunctl ${D}${bindir}/
-       install raw2flash.spitz ${D}${bindir}/
-       install flash2raw.spitz ${D}${bindir}/
-       ln -fs raw2flash.spitz ${D}${bindir}/raw2flash.akita
-       ln -fs raw2flash.spitz ${D}${bindir}/raw2flash.borzoi
-       ln -fs raw2flash.spitz ${D}${bindir}/raw2flash.terrier
-       ln -fs flash2raw.spitz ${D}${bindir}/flash2raw.akita
-       ln -fs flash2raw.spitz ${D}${bindir}/flash2raw.borzoi
-       ln -fs flash2raw.spitz ${D}${bindir}/flash2raw.terrier
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]