]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-lib: Change git repository URL
authorDaiane Angolini <daiane.angolini@nxp.com>
Fri, 27 Oct 2017 11:57:33 +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/imx-lib/imx-lib_git.bb

index d48ff5a56f6837a2cdc69dc0334f56a22a3f1d54..8e477de0f3bddbd88e9d696d63f36e471ffaa220 100644 (file)
@@ -13,8 +13,8 @@ PE = "1"
 
 PV = "5.8+${SRCPV}"
 
-SRCBRANCH = "imx_4.9.11_1.0.0_ga"
-SRC_URI = "git://git.freescale.com/imx/imx-lib.git;protocol=git;branch=${SRCBRANCH}"
+SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga"
+SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}"
 SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4"
 
 S = "${WORKDIR}/git"