aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.35.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-imx_2.6.35.3.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_2.6.35.3.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
new file mode 100644
index 00000000..1585e3b9
--- /dev/null
+++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
@@ -0,0 +1,27 @@
+# Copyright (C) 2011-2013 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+SUMMARY = "Linux Kernel provided and supported by Freescale"
+DESCRIPTION = "Linux Kernel provided and supported by Freescale with focus on \
+i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU."
+
+PR = "r45"
+
+include linux-imx.inc
+
+COMPATIBLE_MACHINE = "(mx28|mx5)"
+
+# Revision of imx_2.6.35_maintain branch
+SRCREV = "b3912bb8a4caf3ec50909135e88af959982c43ca"
+LOCALVERSION = "-maintain"
+SRCBRANCH = "imx_2.6.35_maintain"
+
+SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
+ file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
+ file://perf-avoid-use-sysroot-headers.patch \
+ file://fixes-for-using-make-3.82.patch \
+"
+
+SRC_URI_append_mx28 = " \
+ file://mxs-duart-use-ttyAMA-for-device-name.patch \
+"