aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-jlime-jornada6xx_2.6.17.bb
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer.ericson@gmail.com>2009-12-27 20:25:22 +0100
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2009-12-27 20:25:22 +0100
commit6e7bc0863c7228f02045b439c9ebf54b7ef67469 (patch)
treec91b91801085fdbb29db4a7d7c24f2d45b6d4f56 /recipes/linux/linux-jlime-jornada6xx_2.6.17.bb
parent371a4860922514c2ae28c0209c8b0c6ccc41d623 (diff)
downloadopenembedded-6e7bc0863c7228f02045b439c9ebf54b7ef67469.tar.gz
Updated JLiMe 2.6.17 kernel. Changes include addition of alsa driver and also rtc.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/linux/linux-jlime-jornada6xx_2.6.17.bb')
-rw-r--r--recipes/linux/linux-jlime-jornada6xx_2.6.17.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/linux/linux-jlime-jornada6xx_2.6.17.bb b/recipes/linux/linux-jlime-jornada6xx_2.6.17.bb
index 86a5f6083f..5bd44ecf68 100644
--- a/recipes/linux/linux-jlime-jornada6xx_2.6.17.bb
+++ b/recipes/linux/linux-jlime-jornada6xx_2.6.17.bb
@@ -1,14 +1,14 @@
-SECTION = "kernel"
DESCRIPTION = "JLime Linux kernel for SuperH based Jornada 6xx"
+SECTION = "kernel"
LICENSE = "GPL"
-PR = "r0"
-COMPATIBLE_HOST = "sh.*-linux"
-#COMPATIBLE_MACHINE = "jornada6xx"
+COMPATIBLE_MACHINE = "jornada6xx"
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.17.tar.gz \
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
file://defconfig_jlime \
file://LinuxSH-2.6.17.patch;patch=0 \
+ file://alsa_hp6xx_2.6.17.patch;patch=0 \
+ file://rtc-2.6.17.patch;patch=0 \
file://unexpected-int-fix.patch;patch=0 \
file://keymap-fix.patch;patch=0 \
file://io.h-fix.patch;patch=0 \
@@ -26,4 +26,4 @@ FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
do_configure_prepend() {
install -m 0644 ${WORKDIR}/defconfig_jlime ${S}/.config
-}
+} \ No newline at end of file