aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-xlnx_3.10.bb
blob: d32c42415e8f9c0c149f5b36459e4c8f300a1db8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Kernel version and SRCREV correspond to:
LINUX_VERSION = "3.10"
# xilinx-v14.7 tag
SRCREV ?= "efc27505715e64526653f35274717c0fc56491e3"
PR = "r1"

include linux-xlnx.inc

# The MACB driver is non-functional in the 3.10 kernel
KERNEL_FEATURES_append_zynq += "features/xilinx/disable-macb.scc"

FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx/3.10:"
SRC_URI_append += " \
		file://tty-xuartps-Fix-RX-hang-and-TX-corruption-in-set_termios.patch \
		"