From: Marcin Juszkiewicz Date: Tue, 8 Sep 2009 10:31:02 +0000 (+0200) Subject: linux-kirkwood: added 2.6.30.5 tested on sheevaplug X-Git-Tag: Release-2010-05/1~2497 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb31399a010a3ef332376cd3aa184d4aa6a1791;p=openembedded.git linux-kirkwood: added 2.6.30.5 tested on sheevaplug --- diff --git a/recipes/linux/linux-kirkwood_2.6.30.5.bb b/recipes/linux/linux-kirkwood_2.6.30.5.bb new file mode 100644 index 0000000000..d47b8e4537 --- /dev/null +++ b/recipes/linux/linux-kirkwood_2.6.30.5.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Linux Kernel for Marvell Kirkwood based devices" +SECTION = "kernel" +LICENSE = "GPL" +COMPATIBLE_MACHINE = "sheevaplug" + +require linux.inc + +# Change MACHINE_KERNEL_PR in conf/machine/include/kirkwood.inc +PV = "2.6.30.5" + +SRCREV = "6fa23e56edcb79a348c968aada8190944f4f3633" +SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.29 \ + file://defconfig \ + " + +S = "${WORKDIR}/git" + +KERNEL_IMAGETYPE ?= "uImage"