aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.35.3.bb
blob: c487cbc2b4d327d85a6a846fb93e199c29e9e0b7 (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
32
33
34
35
36
37
38
39
# Copyright (C) 2011-2012 Freescale Semiconductor
# Released under the MIT license (see COPYING.MIT for the terms)

PR = "${INC_PR}.2"

include linux-imx.inc

COMPATIBLE_MACHINE = "(mxs|mx5)"

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

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

SRC_URI += "file://0002-cgroupfs-create-sys-fs-cgroup-to-mount-cgroupfs-on.patch \
            file://NFS-Fix-nfsroot-support.patch \
            file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
            file://no-unaligned-access.patch \
            file://w1-fix-support-multiple-master.patch \
            file://smsc95xx-randomize-mac-once.patch \
            file://dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch \
            file://wire-up-sys_accept4-on-ARM.patch \
"

SRC_URI_append_mxs = " \
           file://mx23-do-not-use-safe-write.patch \
           file://mx23-dont-mange-IRQ_VDDA_BRNOUT.patch \
           file://mxs-duart-use-ttyAMA-for-device-name.patch \
"

SRC_URI_append_mx5 = " \
           file://egalax_ts-enable-single-event-support.patch \
           file://0001-mx53_loco-add-USR-led-support.patch \
           file://002_Return_ERESTARTSYS_from_IPU_GET_EVENT.patch \
           file://003_Sanitise_ipu_interrupt_return_value.patch \
"