aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.35.3.bb
blob: 511aaa4af1491372b78e0aa58703091e3bbd933a (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
# Copyright (C) 2011-2012 Freescale Semiconductor
# Released under the MIT license (see COPYING.MIT for the terms)

PR = "${INC_PR}.23"

include linux-imx.inc

COMPATIBLE_MACHINE = "(mxs|mx5)"

# Revision of imx_2.6.35_1.1.0 branch
SRCREV_mxs = "914558e17e95a55ac1eac9a6c219d17d7825f715"
LOCALVERSION_mxs = "-1.1.0+yocto"

# Revision of imx_2.6.35_11.09.01 branch
SRCREV_mx5 = "ed51f22bea310805bfdcc1be236cc56ff0832b3a"
LOCALVERSION_mx5 = "-11.09.01+yocto"

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 \
"

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