diff options
author | Arjan Schrijver <arjan@anymore.nl> | 2005-12-15 13:58:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-15 13:58:16 +0000 |
commit | 7d8f9367165857c9ff4dad970472a51b4d535535 (patch) | |
tree | c56e803c1cb3d36ca44fbe1e0191f5218afc63d5 /packages/linux/linux-h1940_2.6.14-h1940.bb | |
parent | fe531d65d03fa3d7c05db95b53dd7429a8e0205b (diff) |
linux-h1940: add kernel 2.6.14 for the h1940 series
Diffstat (limited to 'packages/linux/linux-h1940_2.6.14-h1940.bb')
-rw-r--r-- | packages/linux/linux-h1940_2.6.14-h1940.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/linux/linux-h1940_2.6.14-h1940.bb b/packages/linux/linux-h1940_2.6.14-h1940.bb new file mode 100644 index 0000000000..998f3a180c --- /dev/null +++ b/packages/linux/linux-h1940_2.6.14-h1940.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Linux kernel for h1940 devices." +MAINTAINER = "Arjan Schrijver <arjan@anymore.nl>" +SECTION = "kernel" +LICENSE = "GPL" + +COMPATIBLE_HOST = "arm.*-linux" + +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.bz2 \ + http://rtpnet.nerim.net/ipaq/patches/2.6.14-3/v2.6.14-gitcurrent.patch;patch=1 \ + http://rtpnet.nerim.net/ipaq/patches/2.6.14-3/full.patch;patch=1 \ + file://defconfig" + +S = "${WORKDIR}/linux-2.6.14" + +inherit kernel + +do_configure() { + install -m 0644 ${WORKDIR}/defconfig ${S}/.config + yes '' | oe_runmake oldconfig +} |