From 4cb31399a010a3ef332376cd3aa184d4aa6a1791 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 8 Sep 2009 12:31:02 +0200 Subject: linux-kirkwood: added 2.6.30.5 tested on sheevaplug --- recipes/linux/linux-kirkwood_2.6.30.5.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/linux/linux-kirkwood_2.6.30.5.bb (limited to 'recipes') 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" -- cgit v1.2.3