diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/linux/linux-h1940_2.6.11-bk1-h1940.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/linux/linux-h1940_2.6.11-bk1-h1940.bb')
-rw-r--r-- | packages/linux/linux-h1940_2.6.11-bk1-h1940.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/linux/linux-h1940_2.6.11-bk1-h1940.bb b/packages/linux/linux-h1940_2.6.11-bk1-h1940.bb index e69de29bb2..4d2dfd40dd 100644 --- a/packages/linux/linux-h1940_2.6.11-bk1-h1940.bb +++ b/packages/linux/linux-h1940_2.6.11-bk1-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.11.tar.bz2 \ + ftp://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots/old/patch-2.6.11-bk1.gz;patch=1 \ + http://rtpnet.nerim.net/ipaq/2.6.11-bk1/2.6.11-bk1-h1940.patch;patch=1 \ + file://defconfig" + +S = "${WORKDIR}/linux-2.6.11" + +inherit kernel + +do_configure() { + install -m 0644 ${WORKDIR}/defconfig ${S}/.config + yes '' | oe_runmake oldconfig +} |