Add KERNELURI for custom kernel url's

Signed-off-by: Vineeth Chowdary Karumanchi <[email protected]>
Reviewed-by: Manjukumar Harthikote Matha 
<[email protected]> 
---
 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

-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to