summaryrefslogtreecommitdiffstats
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 @@
1# Copyright (C) 2011-2013 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "Linux Kernel provided and supported by Freescale"
5DESCRIPTION = "Linux Kernel provided and supported by Freescale with focus on \
6i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU."
7
8PR = "r45"
9
10include linux-imx.inc
11
12COMPATIBLE_MACHINE = "(mx28|mx5)"
13
14# Revision of imx_2.6.35_maintain branch
15SRCREV = "b3912bb8a4caf3ec50909135e88af959982c43ca"
16LOCALVERSION = "-maintain"
17SRCBRANCH = "imx_2.6.35_maintain"
18
19SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
20 file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
21 file://perf-avoid-use-sysroot-headers.patch \
22 file://fixes-for-using-make-3.82.patch \
23"
24
25SRC_URI_append_mx28 = " \
26 file://mxs-duart-use-ttyAMA-for-device-name.patch \
27"