diff options
author | Daiane Angolini <daiane.angolini@nxp.com> | 2017-10-27 09:57:33 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-28 11:39:37 -0200 |
commit | f818c7069e656de15494377941b53e8c2bdcf287 (patch) | |
tree | 19a66961b8c5a31f23953edcab66c976f838f3f7 | |
parent | ffe8be6c9a72fca8cfd98934b33def136d07cb1b (diff) | |
download | meta-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>
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_git.bb | 4 |
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 | ||
14 | PV = "5.8+${SRCPV}" | 14 | PV = "5.8+${SRCPV}" |
15 | 15 | ||
16 | SRCBRANCH = "imx_4.9.11_1.0.0_ga" | 16 | SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" |
17 | SRC_URI = "git://git.freescale.com/imx/imx-lib.git;protocol=git;branch=${SRCBRANCH}" | 17 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" |
18 | SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4" | 18 | SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |