]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: Change git repository URL
authorDaiane Angolini <daiane.angolini@nxp.com>
Fri, 27 Oct 2017 11:57:32 +0000 (09:57 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 28 Oct 2017 13:39:37 +0000 (11:39 -0200)
Change the git URL to Code Aurora as it mirrors the git.freescale.com.
It also changes the branch name to the matching one.

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-imx_2017.03.bb

index b0e5f9f284bc3a885783ff587e56bac530ca7a04..63608749bf6a444c6d7a9ff22f9ad79e517b7d47 100644 (file)
@@ -10,8 +10,8 @@ DEPENDS_append = "dtc-native"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCBRANCH = "imx_v2017.03_4.9.11_1.0.0_ga"
-SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
+SRCBRANCH = "nxp/imx_v2017.03_4.9.11_1.0.0_ga"
+SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
 SRCREV = "a2fea67d3eb3092f19f250d53a4a27fa1a0c815f"
 
 S = "${WORKDIR}/git"