[meta-xilinx] [PATCH] linux-xlnx.inc: Add KERNELURI
Vineeth Chowdary Karumanchi
vineethchowz.chowdary at xilinx.com
Thu Jan 19 00:04:13 PST 2017
Add KERNELURI for custom kernel url's
Signed-off-by: Vineeth Chowdary Karumanchi <vineethchowz.chowdary at xilinx.com>
Reviewed-by: Manjukumar Harthikote Matha <manjukumar.harthikote-matha at xilinx.com>
---
recipes-kernel/linux/linux-xlnx.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
index 1474658..dd71324 100644
--- a/recipes-kernel/linux/linux-xlnx.inc
+++ b/recipes-kernel/linux/linux-xlnx.inc
@@ -9,8 +9,9 @@ KBRANCH ?= ""
SRCBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('KBRANCH', True) != '']}"
FILESOVERRIDES_append = ":${LINUX_VERSION}"
+KERNELURI = "git://github.com/Xilinx/linux-xlnx.git;protocol=https"
SRC_URI = " \
- git://github.com/Xilinx/linux-xlnx.git;protocol=https;${SRCBRANCHARG} \
+ ${KERNELURI};${SRCBRANCHARG} \
file://xilinx-base;type=kmeta;destsuffix=xilinx-base \
"
--
2.7.4
More information about the meta-xilinx
mailing list