summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-12-26 14:39:43 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2011-12-26 14:39:47 +0000
commit2bc4ff317ecf9ebd386161da6a96608fd65f9358 (patch)
tree82bbd5ead98da3044beb8a9cc3f26356f355adf3
parentc5e7affaedd8bf7c18e8b37424924ab1c639f447 (diff)
downloadmeta-fsl-arm-2bc4ff317ecf9ebd386161da6a96608fd65f9358.tar.gz
linux-imx: add 2.6.38 version
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>
-rw-r--r--recipes-kernel/linux/linux-imx_2.6.38.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx_2.6.38.bb b/recipes-kernel/linux/linux-imx_2.6.38.bb
new file mode 100644
index 0000000..6b75e63
--- /dev/null
+++ b/recipes-kernel/linux/linux-imx_2.6.38.bb
@@ -0,0 +1,19 @@
1# Copyright (C) 2011 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "Linux kernel for imx platforms"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
7PR = "r0"
8
9DEFAULT_PREFERENCE = "-1"
10
11inherit kernel
12COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)"
13
14SRC_URI = "git://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git;tag=rel_imx_2.6.38_11.11.01;protocol=http \
15 file://egalax_ts-enable-single-event-support.patch \
16 file://defconfig \
17 "
18
19S = "${WORKDIR}/git"