summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorVineeth Chowdary Karumanchi <vineethchowz.chowdary@xilinx.com>2017-01-19 13:34:13 +0530
committerNathan Rossi <nathan@nathanrossi.com>2017-01-23 23:48:18 +1000
commit111672f950caca731fe0545cef8cd9fe10924003 (patch)
tree45958e10c3239762de55d3784d0311fb2efbc369 /recipes-kernel
parent2faaadd1f671ea8b850f721dcfc178aaee9b91fb (diff)
downloadmeta-xilinx-111672f950caca731fe0545cef8cd9fe10924003.tar.gz
linux-xlnx.inc: Add KERNELURI
Add KERNELURI for custom kernel url's Signed-off-by: Vineeth Chowdary Karumanchi <vineethchowz.chowdary@xilinx.com> Reviewed-by: Manjukumar Harthikote Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-xlnx.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
index 14746588..919afc26 100644
--- a/recipes-kernel/linux/linux-xlnx.inc
+++ b/recipes-kernel/linux/linux-xlnx.inc
@@ -9,8 +9,9 @@ KBRANCH ?= ""
9SRCBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('KBRANCH', True) != '']}" 9SRCBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('KBRANCH', True) != '']}"
10 10
11FILESOVERRIDES_append = ":${LINUX_VERSION}" 11FILESOVERRIDES_append = ":${LINUX_VERSION}"
12KERNELURI ?= "git://github.com/Xilinx/linux-xlnx.git;protocol=https"
12SRC_URI = " \ 13SRC_URI = " \
13 git://github.com/Xilinx/linux-xlnx.git;protocol=https;${SRCBRANCHARG} \ 14 ${KERNELURI};${SRCBRANCHARG} \
14 file://xilinx-base;type=kmeta;destsuffix=xilinx-base \ 15 file://xilinx-base;type=kmeta;destsuffix=xilinx-base \
15 " 16 "
16 17