From fc8695c29ad33ec6b803679be51ac1130548a34a Mon Sep 17 00:00:00 2001 From: Sipke Vriend Date: Tue, 22 Oct 2013 10:57:07 +1000 Subject: recipes-kernel:linux-xlnx: Adjust kernel to use xlnx_3.8 branch linux-xlnx has an xlnx_3.8 branch, adjust the recipe to us it. Signed-off-by: Sipke Vriend --- recipes-kernel/linux/linux-xlnx.inc | 3 ++- recipes-kernel/linux/linux-xlnx_3.8.bb | 13 ++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc index 7d2952c6..182e93f6 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc @@ -9,7 +9,8 @@ LINUX_VERSION_EXTENSION ?= "-xilinx" PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" # Sources -SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git" +KBRANCH ?= "master" +SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;branch=${KBRANCH}" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" diff --git a/recipes-kernel/linux/linux-xlnx_3.8.bb b/recipes-kernel/linux/linux-xlnx_3.8.bb index 24cf7d4e..3a66e901 100644 --- a/recipes-kernel/linux/linux-xlnx_3.8.bb +++ b/recipes-kernel/linux/linux-xlnx_3.8.bb @@ -1,16 +1,11 @@ +KBRANCH = "xlnx_3.8" # See include file for common information include linux-xlnx.inc PR = "r1" -# Kernel version and SRCREV correspond to: github.com/Xilinx v14.5 tag +# Kernel version and SRCREV correspond to: github.com/Xilinx xlnx_3.8 branch LINUX_VERSION = "3.8" -SRCREV = "6a0bedad60e2bca8d9b50bf81b9895e29e31a6d7" +#SRCREV = "7a65c6dd165a8fc052ba0321eb706536e6cbef71" +SRCREV ?= "${AUTOREV}" -# MicroBlaze patches -SRC_URI_append_microblaze = " \ - file://microblaze_Do_not_use_r6_in_head.S.patch \ - file://microblaze_Fix_free_init_pages_function.patch \ - file://microblaze_Fix_initrd_support.patch \ - file://arch_microblaze_Add_linux.bin.ub_target.patch \ - " -- cgit v1.2.3-54-g00ecf