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

index 4a2472b3530df9cd5ef8d03e218436566c276c20..ddc87a97bd957e0f9ec0383c0db2d052ed0e2110 100644 (file)
@@ -7,8 +7,8 @@ PV = "6.0+${SRCPV}"
 
 PARALLEL_MAKE="-j 1"
 
-SRCBRANCH = "imx_4.9.11_1.0.0_ga"
-SRC_URI = "git://git.freescale.com/imx/imx-test.git;protocol=git;branch=${SRCBRANCH}"
+SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga"
+SRC_URI = "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH}"
 SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9"
 
 S = "${WORKDIR}/git"