]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx: add 2.6.38 version
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 26 Dec 2011 14:39:43 +0000 (14:39 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 26 Dec 2011 14:39:47 +0000 (14:39 +0000)
Adds 2.6.38 version at 11.11.01 tag but set DEFAULT_PREFERENCE as '-1'
for now.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb [new file with mode: 0644]

diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb
new file mode 100644 (file)
index 0000000..6b75e63
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright (C) 2011 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Linux kernel for imx platforms"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+inherit kernel
+COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)"
+
+SRC_URI = "git://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git;tag=rel_imx_2.6.38_11.11.01;protocol=http \
+           file://egalax_ts-enable-single-event-support.patch \
+           file://defconfig \
+          "
+
+S = "${WORKDIR}/git"