diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-09-08 12:31:02 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-09-08 13:04:01 +0200 |
commit | 4cb31399a010a3ef332376cd3aa184d4aa6a1791 (patch) | |
tree | ec0de122e2505ec61932f573c9eb2271356c6714 /recipes/linux/linux-kirkwood_2.6.30.5.bb | |
parent | ba7d5bb676fd61e71ead1fb050cef03c85174a73 (diff) |
linux-kirkwood: added 2.6.30.5 tested on sheevaplug
Diffstat (limited to 'recipes/linux/linux-kirkwood_2.6.30.5.bb')
-rw-r--r-- | recipes/linux/linux-kirkwood_2.6.30.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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" |