linux/linux-jlime-jornada7xx_2.6.19rc6.bb: Addition of new kernel ver.
authorKristoffer Ericson <kristoffer_e1@hotmail.com>
Mon, 20 Nov 2006 23:25:54 +0000 (23:25 +0000)
committerKristoffer Ericson <kristoffer_e1@hotmail.com>
Mon, 20 Nov 2006 23:25:54 +0000 (23:25 +0000)
* Adding new kernel version which greatly improves jornada7xx
  support.

packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb [new file with mode: 0644]

diff --git a/packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb b/packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb
new file mode 100644 (file)
index 0000000..f15016d
--- /dev/null
@@ -0,0 +1,34 @@
+SECTION = "kernel"
+DESCRIPTION = "JLime Linux kernel for Arm based Jornada 7xx"
+LICENSE = "GPL"
+PR = "r0"
+
+COMPATIBLE_HOST = "arm.*-linux"
+COMPATIBLE_MACHINE = "jornada7xx"
+
+SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.gz \
+           http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2;patch=1 \
+          file://jornada7xx-2.6.19rc6.patch;patch=0 \
+           file://defconf_jlime \
+                                   
+S = "${WORKDIR}/linux-${PV}"
+
+inherit kernel
+
+#Lets let 3.4.x handle the compilation of this one
+KERNEL_CCSUFFIX = "-3.4.4"
+
+ARCH = "arm"
+KERNEL_IMAGETYPE = "zImage"
+KERNEL_RELEASE = "2.6.19-rc6"
+
+FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
+
+do_configure_prepend() {
+       install -m 0644 ${WORKDIR}/defconf_jlime ${S}/.config
+}
+
+do_deploy() {
+        install -d ${DEPLOY_DIR_IMAGE}
+       install -m 0644 arch/$(ARCH)/boot/$(KERNEL_IMAGETYPE) $(DEPLOY_DIR)/images/$(KERNEL_IMAGETYPE)
+}