[oe-commits] Marcin Juszkiewicz : linux-kirkwood: added 2.6.30.5 tested on sheevaplug

git version control git at git.openembedded.org
Tue Sep 8 11:04:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4cb31399a010a3ef332376cd3aa184d4aa6a1791
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4cb31399a010a3ef332376cd3aa184d4aa6a1791

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Tue Sep  8 12:31:02 2009 +0200

linux-kirkwood: added 2.6.30.5 tested on sheevaplug

---

 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 0000000..d47b8e4
--- /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"





More information about the Openembedded-commits mailing list