summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-xlnx_3.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-xlnx_3.8.bb')
-rw-r--r--recipes-kernel/linux/linux-xlnx_3.8.bb15
1 files changed, 8 insertions, 7 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_3.8.bb b/recipes-kernel/linux/linux-xlnx_3.8.bb
index 0d6fc448..bdcc47a7 100644
--- a/recipes-kernel/linux/linux-xlnx_3.8.bb
+++ b/recipes-kernel/linux/linux-xlnx_3.8.bb
@@ -1,12 +1,13 @@
1# See include file for common information 1# See include file for common information
2include linux-xlnx.inc 2include linux-xlnx.inc
3 3
4# Kernel version and SRCREV correspond to: 4# Kernel version and SRCREV correspond to: github.com/Xilinx v14.5 tag
5# github.com/Xilinx v14.5 tag
6# If required for a custom layer:
7# Override SRCREV to point to a different commit in a bbappend file to
8# Or add patches as required
9
10# This version doesn't build in Poky 1.3, patch required http://patches.openembedded.org/patch/38283/
11LINUX_VERSION = "3.8" 5LINUX_VERSION = "3.8"
12SRCREV = "6a0bedad60e2bca8d9b50bf81b9895e29e31a6d7" 6SRCREV = "6a0bedad60e2bca8d9b50bf81b9895e29e31a6d7"
7
8# MicroBlaze patches
9SRC_URI_append = " \
10 file://microblaze_Do_not_use_r6_in_head.S.patch \
11 file://microblaze_Fix_free_init_pages_function.patch \
12 file://microblaze_Fix_initrd_support.patch \
13 "