From a32f647884ed58911f1b4241357d1a2173141e6c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 8 Feb 2006 17:39:04 +0000 Subject: linux-mtx1 2.4.24: move to nonworking to get rid of those pesky parssing errors --- packages/linux/linux-mtx-1_2.4.24.bb | 64 ------------------------------- packages/nonworking/linux-mtx-1_2.4.24.bb | 64 +++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 packages/linux/linux-mtx-1_2.4.24.bb create mode 100644 packages/nonworking/linux-mtx-1_2.4.24.bb diff --git a/packages/linux/linux-mtx-1_2.4.24.bb b/packages/linux/linux-mtx-1_2.4.24.bb deleted file mode 100644 index b98f9fb638..0000000000 --- a/packages/linux/linux-mtx-1_2.4.24.bb +++ /dev/null @@ -1,64 +0,0 @@ -SECTION = "kernel" -DESCRIPTION = "Linux kernel for MTX-1 (MeshCube)" -MAINTAINER = "Bruno Randolf " -LICENSE = "GPL" -KV = "${PV}" -RDEPENDS = "mtd-utils" -PR="r2" - -SRC_URI = "cvs://cvs:cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_24_pre2 \ - file://01-mtd-2004-01-27.diff;patch=1 \ - file://02-mtd-mtx-1-map.diff;patch=1 \ - file://03-mtd-erase-compiler-bug.diff;patch=1 \ - file://04-zboot-2.4.24.patch;patch=1 \ - file://05-zboot-cflags.diff;patch=1 \ - file://06-zboot-mtx.diff;patch=1 \ - file://07-zimage-flash-bin.patch;patch=1 \ - file://08-usb-nonpci-2.4.24.patch;patch=1 \ - file://09-iw-max-spy-32.diff;patch=1 \ - file://10-mtx-pci-slots.diff;patch=1 \ - file://11-mtx-extraversion.diff;patch=1 \ - file://12-openswan-2.2.0-nat-t.diff;patch=1 \ - file://13-openswan-2.2.0.patch;patch=1 \ - file://14-au1000-eth-vlan.diff;patch=1 \ - file://15-mtd-proc-partition-rw.diff;patch=1 \ - file://defconfig-mtx-1" - -S = "${WORKDIR}/linux" - -inherit module-base kernel - -PACKAGE_ARCH = "mtx-1" -ARCH = "mips" -KERNEL_OUTPUT = "arch/mips/zboot/images/mtx-1.flash.bin" -KERNEL_IMAGETYPE = "zImage.flash" -KERNEL_IMAGEDEST = "tmp" - -do_configure_prepend() { - install -m 0644 ${WORKDIR}/defconfig-mtx-1 ${S}/.config -} - -pkg_postinst_kernel() { -if test "x$D" != "x"; then - exit 1 -else - if test -e /tmp/zImage.flash-${KV}; then - echo "*** flashing kernel ***" - flashcp -v /tmp/zImage.flash-${KV} /dev/mtd/2 - echo "*** done. please reboot ***" - fi -fi -} - -FILES_kernel += " /tmp" - -do_deploy() { - install -d ${DEPLOY_DIR}/images - install -m 0644 arch/mips/zboot/images/mtx-1.flash.bin ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.flash.bin - install -m 0644 arch/mips/zboot/images/mtx-1.flash.srec ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.flash.srec - install -m 0644 arch/mips/zboot/images/mtx-1.srec ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.ram.srec -} - -do_deploy[dirs] = "${S}" - -addtask deploy before do_build after do_compile diff --git a/packages/nonworking/linux-mtx-1_2.4.24.bb b/packages/nonworking/linux-mtx-1_2.4.24.bb new file mode 100644 index 0000000000..b98f9fb638 --- /dev/null +++ b/packages/nonworking/linux-mtx-1_2.4.24.bb @@ -0,0 +1,64 @@ +SECTION = "kernel" +DESCRIPTION = "Linux kernel for MTX-1 (MeshCube)" +MAINTAINER = "Bruno Randolf " +LICENSE = "GPL" +KV = "${PV}" +RDEPENDS = "mtd-utils" +PR="r2" + +SRC_URI = "cvs://cvs:cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_24_pre2 \ + file://01-mtd-2004-01-27.diff;patch=1 \ + file://02-mtd-mtx-1-map.diff;patch=1 \ + file://03-mtd-erase-compiler-bug.diff;patch=1 \ + file://04-zboot-2.4.24.patch;patch=1 \ + file://05-zboot-cflags.diff;patch=1 \ + file://06-zboot-mtx.diff;patch=1 \ + file://07-zimage-flash-bin.patch;patch=1 \ + file://08-usb-nonpci-2.4.24.patch;patch=1 \ + file://09-iw-max-spy-32.diff;patch=1 \ + file://10-mtx-pci-slots.diff;patch=1 \ + file://11-mtx-extraversion.diff;patch=1 \ + file://12-openswan-2.2.0-nat-t.diff;patch=1 \ + file://13-openswan-2.2.0.patch;patch=1 \ + file://14-au1000-eth-vlan.diff;patch=1 \ + file://15-mtd-proc-partition-rw.diff;patch=1 \ + file://defconfig-mtx-1" + +S = "${WORKDIR}/linux" + +inherit module-base kernel + +PACKAGE_ARCH = "mtx-1" +ARCH = "mips" +KERNEL_OUTPUT = "arch/mips/zboot/images/mtx-1.flash.bin" +KERNEL_IMAGETYPE = "zImage.flash" +KERNEL_IMAGEDEST = "tmp" + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/defconfig-mtx-1 ${S}/.config +} + +pkg_postinst_kernel() { +if test "x$D" != "x"; then + exit 1 +else + if test -e /tmp/zImage.flash-${KV}; then + echo "*** flashing kernel ***" + flashcp -v /tmp/zImage.flash-${KV} /dev/mtd/2 + echo "*** done. please reboot ***" + fi +fi +} + +FILES_kernel += " /tmp" + +do_deploy() { + install -d ${DEPLOY_DIR}/images + install -m 0644 arch/mips/zboot/images/mtx-1.flash.bin ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.flash.bin + install -m 0644 arch/mips/zboot/images/mtx-1.flash.srec ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.flash.srec + install -m 0644 arch/mips/zboot/images/mtx-1.srec ${DEPLOY_DIR}/images/${MACHINE}-${KV}-${DATETIME}.ram.srec +} + +do_deploy[dirs] = "${S}" + +addtask deploy before do_build after do_compile -- cgit v1.2.3