From 673abd92f999829bdd67d0273c43570a62123a63 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 18 Feb 2011 15:32:57 +0000 Subject: conf/machine: Drop older machines with no recent updates These are all moving to meta-extras. Ideally in the future machines such as these will be maintained to topic specific layers as we move to a more layer oriented model. If this causes a problem for anyone please discuss it on the mailing list. Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-zylonite.inc | 42 ---------------------------- 1 file changed, 42 deletions(-) delete mode 100644 meta/recipes-kernel/linux/linux-zylonite.inc (limited to 'meta/recipes-kernel/linux/linux-zylonite.inc') diff --git a/meta/recipes-kernel/linux/linux-zylonite.inc b/meta/recipes-kernel/linux/linux-zylonite.inc deleted file mode 100644 index 5cf23bf6d1..0000000000 --- a/meta/recipes-kernel/linux/linux-zylonite.inc +++ /dev/null @@ -1,42 +0,0 @@ -SECTION = "kernel" -DESCRIPTION = "Linux kernel for Intel PXA3xx Zylonite" -LICENSE = "GPL" - -KERNEL_IMAGETYPE = "zImage" -KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}" - -inherit kernel deploy - -RPROVIDES_kernel-image = "hostap-modules" - -COMPATIBLE_MACHINE = "zylonite" - -RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" - -do_configure_prepend() { - - rm -f ${S}/.config || true - - if [ "${TARGET_OS}" = "linux-gnueabi" -o "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then - echo "CONFIG_AEABI=y" >> ${S}/.config - echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config - else - echo "# CONFIG_AEABI is not set" >> ${S}/.config - echo "# CONFIG_OABI_COMPAT is not set" >> ${S}/.config - fi - - sed -e '/CONFIG_AEABI/d' \ - -e '/CONFIG_OABI_COMPAT=/d' \ - '${WORKDIR}/defconfig' >>'${S}/.config' - - yes '' | oe_runmake oldconfig -} - -do_deploy() { - install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOYDIR}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}.bin - rm -f ${DEPLOYDIR}/${KERNEL_IMAGETYPE}-${MACHINE}.bin - ln -s ${DEPLOYDIR}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}.bin ${DEPLOYDIR}/${KERNEL_IMAGETYPE}-${MACHINE}.bin - #tar -cvzf ${DEPLOYDIR}/modules-${KERNEL_RELEASE}-${MACHINE}.tgz -C ${D} lib -} - -addtask deploy before do_build after do_install -- cgit v1.2.3