aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.35.3.bb
blob: 083231e1cd9cf3d44dbb195e3f48c3ab22813c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright (C) 2011-2012 Freescale Semiconductor
# Released under the MIT license (see COPYING.MIT for the terms)

PR = "${INC_PR}.8"

include linux-imx.inc

COMPATIBLE_MACHINE = "(mxs|mx5)"

# Revision of imx_2.6.35_10.12.01 branch
SRCREV_mxs = "38bf41cc376e24c384934fbeb10770d6712e9143"
LOCALVERSION = "-10.12.01+yocto-${DATE}"

# Revision of imx_2.6.35_11.09.01 branch
SRCREV_mx5 = "406cab2e8b3c030c0f86263282f846bb55a2faf6"
LOCALVERSION = "-11.09.01+yocto-${DATE}"

SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
            file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
"

SRC_URI_append_mxs = " \
           file://mx28-removecpufreq.patch \
           file://mxs-duart-use-ttyAMA-for-device-name.patch \
"

SRC_URI_append_mx5 = " \
           file://mx5-fix-hang-with-framebuffer.patch \
           file://egalax_ts-enable-single-event-support.patch \
           file://0001-mx53_loco-add-USR-led-support.patch \
"