From a8d08429774a75da6a457e7ae9de138a3fe83eb0 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 9 Sep 2004 21:44:14 +0000 Subject: [PATCH] Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/09/09 15:56:41-05:00 handhelds.org!kergoth Apply another gcc3.x fix patch to nslu2 kernel build, courtesy Mark Rakes. BKrev: 4140ceaemIrhToeqElsHKoWtjflSfA --- .../linux-2.4.24-attribute-used.patch | 0 linux/linux-nslu2_2.4.22.oe | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 linux/linux-nslu2-2.4.22/linux-2.4.24-attribute-used.patch diff --git a/linux/linux-nslu2-2.4.22/linux-2.4.24-attribute-used.patch b/linux/linux-nslu2-2.4.22/linux-2.4.24-attribute-used.patch new file mode 100644 index 0000000..e69de29 diff --git a/linux/linux-nslu2_2.4.22.oe b/linux/linux-nslu2_2.4.22.oe index e69de29..a800808 100644 --- a/linux/linux-nslu2_2.4.22.oe +++ b/linux/linux-nslu2_2.4.22.oe @@ -0,0 +1,29 @@ +DESCRIPTION = "Linux kernel for the Linksys NSLU2 device" +LICENSE = "GPL" +MAINTAINER = "Chris Larson " +PR = "r1" + +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-2.4.22.tar.bz2 \ + ftp://oss.sgi.com/projects/xfs/patches/2.4.22/xfs-2.4.22-all-i386.bz2;patch=1 \ + http://openembedded.org/dl/2.4.22-xfs-nslu2.patch.bz2;patch=1 \ + file://linksys_can_bite_me.patch;patch=1 \ + file://nofpu.patch;patch=1 \ + file://short_loadbytes.patch;patch=1 \ + file://gcc3-userfuncs.patch;patch=1 \ + file://gcc-registerparanoia.patch;patch=1 \ + file://linux-2.4.24-attribute-used.patch;patch=1 \ + file://defconfig" +S = "${WORKDIR}/linux-2.4.22" + +COMPATIBLE_HOST = 'arm.*-linux' + +inherit kernel + +ARCH = "arm" +KERNEL_IMAGETYPE = "zImage" + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/defconfig ${S}/.config + rm -rf ${S}/include/asm-arm/arch ${S}/include/asm-arm/proc \ + ${S}/include/asm-arm/.proc ${S}/include/asm-arm/.arch +} -- 2.7.4