summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx.inc
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-03-25 13:11:24 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-03-25 13:11:24 +1000
commitb0e54952394ed4606b960f745f5b8a5b46a6fce3 (patch)
tree2649b5ac30505d7db9eac7d62e0dbe89a01d525d /recipes-bsp/u-boot/u-boot-xlnx.inc
parent8430065e4a16e3f717faefe91cf6287c242627aa (diff)
downloadmeta-xilinx-b0e54952394ed4606b960f745f5b8a5b46a6fce3.tar.gz
u-boot-xlnx: Update SRC_URI to use https instead of git
* Cleaned up the comments for tags used Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-xlnx.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc
index cd06021f..03052ddf 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
6XILINX_EXTENSION = "-xilinx" 6XILINX_EXTENSION = "-xilinx"
7 7
8FILESEXTRAPATHS += "${THISDIR}/u-boot-xlnx:" 8FILESEXTRAPATHS += "${THISDIR}/u-boot-xlnx:"
9SRC_URI = " \ 9SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https"
10 git://github.com/Xilinx/u-boot-xlnx.git;protocol=git \
11 "
12 10
13include u-boot-extra.inc 11include u-boot-extra.inc
12