libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / linux / linux-mini2440_2.6.30+git.bb
blob9a87c1dfad7f56e9c6317bb173c24a5f19bf6941
1 DESCRIPTION = "Linux Kernel for mini2440 development board"
2 SECTION = "kernel"
3 LICENSE = "GPLv2"
4 MACHINE_KERNEL_PR = "r5"
6 GGSRC = "http://www.xora.org.uk/oe/patches/"
8 SRCREV = "${AUTOREV}"
10 SRC_URI = "git://repo.or.cz/linux-2.6/mini2440.git;protocol=git;branch=mini2440-stable-v2.6.30 \
11 file://defconfig-mini2440"
13 S = "${WORKDIR}/git"
15 inherit kernel
17 COMPATIBLE_HOST = "arm.*-linux"
18 COMPATIBLE_MACHINE = "(mini2440|micro2440)"
20 FILES_kernel-image = ""
21 ALLOW_EMPTY_kernel_image = "1"
23 do_configure() {
24 install ${WORKDIR}/defconfig-mini2440 ${S}/.config
25 oe_runmake oldconfig
28 KERNEL_RELEASE = "2.6.30"