diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-03 13:25:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 13:25:15 -0300 |
commit | 5a76170b32a6fbf7486a3da4ca4e25094cbbc1c6 (patch) | |
tree | 3f7cca2f34d985785cf64f22ef1f356dd3fd6acd /recipes-bsp/imx-lib/imx-lib_git.bb | |
parent | 1d40ea34fc2c06af79fc59f6ea54f2e9335d61d6 (diff) | |
parent | 52285fcb4fccc555627888cc1ab6399338d0b4c6 (diff) | |
download | meta-freescale-rocko.tar.gz |
Merge pull request #1477 from jviguera/rockorocko
[rocko] meta-freescale: migrate IMX repos from codeaurora to github
Diffstat (limited to 'recipes-bsp/imx-lib/imx-lib_git.bb')
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index 8e477de0..7d19d413 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb | |||
@@ -14,7 +14,7 @@ PE = "1" | |||
14 | PV = "5.8+${SRCPV}" | 14 | PV = "5.8+${SRCPV}" |
15 | 15 | ||
16 | SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" | 16 | SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" |
17 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" | 17 | SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" |
18 | SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4" | 18 | SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |