summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx.inc5
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx_git.bb2
3 files changed, 4 insertions, 5 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
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb b/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb
index 8239c46e..2d302e33 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb
+++ b/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb
@@ -1,7 +1,7 @@
1 1
2# We use the revision in order to avoid having to fetch it from the 2# We use the revision in order to avoid having to fetch it from the
3# repo during parse 3# repo during parse
4# Corresponds to github.com/Xilinx tag V14.5 4# Corresponds to xilinx-v14.5 tag
5SRCREV = "20a6cdd301941b97961c9c5425b5fbb771321aac" 5SRCREV = "20a6cdd301941b97961c9c5425b5fbb771321aac"
6PV = "v2013.01${XILINX_EXTENSION}+git${SRCPV}" 6PV = "v2013.01${XILINX_EXTENSION}+git${SRCPV}"
7PR = "r1" 7PR = "r1"
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_git.bb b/recipes-bsp/u-boot/u-boot-xlnx_git.bb
index c2a6ebb6..96c3a53a 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx_git.bb
+++ b/recipes-bsp/u-boot/u-boot-xlnx_git.bb
@@ -11,7 +11,7 @@ UBOOT_XLNX_DEV_BRANCH ?= "master-next"
11 11
12include u-boot-xlnx.inc 12include u-boot-xlnx.inc
13 13
14SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=git;branch=${UBOOT_XLNX_DEV_BRANCH}" 14SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBOOT_XLNX_DEV_BRANCH}"
15 15
16# Set default SRCREVs. SRCREVs statically set to prevent network access during 16# Set default SRCREVs. SRCREVs statically set to prevent network access during
17# parsing. 17# parsing.