diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-25 13:11:24 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-25 13:11:24 +1000 |
| commit | b0e54952394ed4606b960f745f5b8a5b46a6fce3 (patch) | |
| tree | 2649b5ac30505d7db9eac7d62e0dbe89a01d525d | |
| parent | 8430065e4a16e3f717faefe91cf6287c242627aa (diff) | |
| download | meta-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.inc | 5 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx_git.bb | 2 |
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" | |||
| 6 | XILINX_EXTENSION = "-xilinx" | 6 | XILINX_EXTENSION = "-xilinx" |
| 7 | 7 | ||
| 8 | FILESEXTRAPATHS += "${THISDIR}/u-boot-xlnx:" | 8 | FILESEXTRAPATHS += "${THISDIR}/u-boot-xlnx:" |
| 9 | SRC_URI = " \ | 9 | SRC_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 | ||
| 13 | include u-boot-extra.inc | 11 | include 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 |
| 5 | SRCREV = "20a6cdd301941b97961c9c5425b5fbb771321aac" | 5 | SRCREV = "20a6cdd301941b97961c9c5425b5fbb771321aac" |
| 6 | PV = "v2013.01${XILINX_EXTENSION}+git${SRCPV}" | 6 | PV = "v2013.01${XILINX_EXTENSION}+git${SRCPV}" |
| 7 | PR = "r1" | 7 | PR = "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 | ||
| 12 | include u-boot-xlnx.inc | 12 | include u-boot-xlnx.inc |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=git;branch=${UBOOT_XLNX_DEV_BRANCH}" | 14 | SRC_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. |
