diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-09 21:44:14 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-09 21:44:14 +0000 |
commit | a8d08429774a75da6a457e7ae9de138a3fe83eb0 (patch) | |
tree | 4adeb6d20061a47bd401dcad5aacaf991de8fc96 | |
parent | e2c1b19a0e609459e50847232798590770cac428 (diff) |
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
-rw-r--r-- | linux/linux-nslu2-2.4.22/linux-2.4.24-attribute-used.patch | 0 | ||||
-rw-r--r-- | linux/linux-nslu2_2.4.22.oe | 29 |
2 files changed, 29 insertions, 0 deletions
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 0000000000..e69de29bb2 --- /dev/null +++ b/linux/linux-nslu2-2.4.22/linux-2.4.24-attribute-used.patch diff --git a/linux/linux-nslu2_2.4.22.oe b/linux/linux-nslu2_2.4.22.oe index e69de29bb2..a8008080a5 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 <kergoth@handhelds.org>" +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 +} |