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.bb26
1 files changed, 26 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 0000000..be39179
--- /dev/null
+++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
@@ -0,0 +1,26 @@
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 = "903363ed80a113f2d1e3e96e508ecf128d9af323"
16LOCALVERSION = "-maintain+yocto"
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"
23
24SRC_URI_append_mx28 = " \
25 file://mxs-duart-use-ttyAMA-for-device-name.patch \
26"