diff options
author | Michel Pollet <buserror@gmail.com> | 2009-05-13 23:17:48 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-04 17:54:47 +0200 |
commit | 77ff46cd622af79a9649d3f83c28b653f96cf2d6 (patch) | |
tree | a9c055c3d78badaeafe644957a8f11839046defe /recipes/linux/linux-mini2440_2.6.30+git.bb | |
parent | 6e8356065687546693129064226d0bcdb238d750 (diff) |
MINI2440: Kernel 2.6.30 recipe
MINI2440: Kernel 2.6.30 recipe
Extracts the top of the mini2440-dev git branch
Signed-off-by: Michel Pollet <buserror@gmail.com>
Diffstat (limited to 'recipes/linux/linux-mini2440_2.6.30+git.bb')
-rw-r--r-- | recipes/linux/linux-mini2440_2.6.30+git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/linux/linux-mini2440_2.6.30+git.bb b/recipes/linux/linux-mini2440_2.6.30+git.bb new file mode 100644 index 0000000000..5d96f0ac0d --- /dev/null +++ b/recipes/linux/linux-mini2440_2.6.30+git.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Linux Kernel for mini2440 development board" +SECTION = "kernel" +LICENSE = "GPL" +PR = "r0" + +GGSRC = "http://www.xora.org.uk/oe/patches/" + +SRCREV = "${AUTOREV}" + +SRC_URI = "git://repo.or.cz/linux-2.6/mini2440.git;protocol=git;branch=mini2440-dev \ + file://defconfig-mini2440" + +S = "${WORKDIR}/git" + +inherit kernel + +COMPATIBLE_HOST = "arm.*-linux" +COMPATIBLE_MACHINE = "mini2440" + +do_configure() { + install ${WORKDIR}/defconfig-mini2440 ${S}/.config + oe_runmake oldconfig +} + +KERNEL_RELEASE = "2.6.29" |