summaryrefslogtreecommitdiff
path: root/linux/linux-nslu2_2.4.22.oe
diff options
context:
space:
mode:
Diffstat (limited to 'linux/linux-nslu2_2.4.22.oe')
-rw-r--r--linux/linux-nslu2_2.4.22.oe29
1 files changed, 29 insertions, 0 deletions
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
+}