summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-lib
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@nxp.com>2017-10-27 09:57:33 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-28 11:39:37 -0200
commitf818c7069e656de15494377941b53e8c2bdcf287 (patch)
tree19a66961b8c5a31f23953edcab66c976f838f3f7 /recipes-bsp/imx-lib
parentffe8be6c9a72fca8cfd98934b33def136d07cb1b (diff)
downloadmeta-freescale-f818c7069e656de15494377941b53e8c2bdcf287.tar.gz
imx-lib: 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-lib')
-rw-r--r--recipes-bsp/imx-lib/imx-lib_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb
index d48ff5a5..8e477de0 100644
--- a/recipes-bsp/imx-lib/imx-lib_git.bb
+++ b/recipes-bsp/imx-lib/imx-lib_git.bb
@@ -13,8 +13,8 @@ PE = "1"
13 13
14PV = "5.8+${SRCPV}" 14PV = "5.8+${SRCPV}"
15 15
16SRCBRANCH = "imx_4.9.11_1.0.0_ga" 16SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga"
17SRC_URI = "git://git.freescale.com/imx/imx-lib.git;protocol=git;branch=${SRCBRANCH}" 17SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}"
18SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4" 18SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"