summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@nxp.com>2017-10-27 09:57:34 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-28 11:39:37 -0200
commitb0018af13a215801cb1fe7d7aefa08802c7766c7 (patch)
tree1584e3ef330f1782687e7726793f1eea7bfcccde /recipes-bsp/imx-test/imx-test_git.bb
parentf818c7069e656de15494377941b53e8c2bdcf287 (diff)
downloadmeta-freescale-b0018af13a215801cb1fe7d7aefa08802c7766c7.tar.gz
imx-test: Change git repository URL
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>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_git.bb')
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index 4a2472b3..ddc87a97 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -7,8 +7,8 @@ PV = "6.0+${SRCPV}"
7 7
8PARALLEL_MAKE="-j 1" 8PARALLEL_MAKE="-j 1"
9 9
10SRCBRANCH = "imx_4.9.11_1.0.0_ga" 10SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga"
11SRC_URI = "git://git.freescale.com/imx/imx-test.git;protocol=git;branch=${SRCBRANCH}" 11SRC_URI = "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH}"
12SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9" 12SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"