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 <[email protected]> --- recipes-bsp/imx-lib/imx-lib_git.bb | 4 ++-- 1 file 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 d48ff5a..8e477de 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" 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" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
