summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-xlnx_3.8.bb
blob: bdcc47a72c67f2d16939a9c3445200ec65a50ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# See include file for common information
include linux-xlnx.inc

# Kernel version and SRCREV correspond to: github.com/Xilinx v14.5 tag
LINUX_VERSION = "3.8"
SRCREV = "6a0bedad60e2bca8d9b50bf81b9895e29e31a6d7"

# MicroBlaze patches
SRC_URI_append = " \
		file://microblaze_Do_not_use_r6_in_head.S.patch \
		file://microblaze_Fix_free_init_pages_function.patch \
		file://microblaze_Fix_initrd_support.patch \
		"