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 /recipes-bsp/u-boot/u-boot-xlnx.inc | |
| 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>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-xlnx.inc')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx.inc | 5 |
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" | |||
| 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 | |||
