[oe-commits] Kristoffer Ericson : Add linux-hpc.git branch v2.6. 32 for jornada6xx kernel recipe.

git version control git at git.openembedded.org
Tue Jan 12 23:56:53 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: f1f6bd0dd38ba931372fde8e3ec1d2b44fbc2212
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f1f6bd0dd38ba931372fde8e3ec1d2b44fbc2212

Author: Kristoffer Ericson <kristoffer.ericson at gmail.com>
Date:   Tue Jan 12 21:13:15 2010 +0100

Add linux-hpc.git branch v2.6.32 for jornada6xx kernel recipe.

---

 recipes/linux/linux-jlime-jornada6xx_2.6.32.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/linux/linux-jlime-jornada6xx_2.6.32.bb b/recipes/linux/linux-jlime-jornada6xx_2.6.32.bb
new file mode 100644
index 0000000..d3d1625
--- /dev/null
+++ b/recipes/linux/linux-jlime-jornada6xx_2.6.32.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Linux 2.6.32 kernel for the SuperH-based Jornada 6xx"
+SECTION = "kernel"
+LICENSE = "GPL"
+
+SRCREV = "${AUTOREV}"
+
+COMPATIBLE_MACHINE = "jornada6xx"
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git;protocol=git;branch=v2.6.32-hpc"
+
+S = "${WORKDIR}/git"
+
+inherit kernel
+
+ARCH = "sh"
+FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
+
+do_configure_prepend() {
+	install -m 0644 ${S}/config-hp6xx ${S}/.config
+}
\ No newline at end of file





More information about the Openembedded-commits mailing list