summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-03 13:25:15 -0300
committerGitHub <noreply@github.com>2023-04-03 13:25:15 -0300
commit5a76170b32a6fbf7486a3da4ca4e25094cbbc1c6 (patch)
tree3f7cca2f34d985785cf64f22ef1f356dd3fd6acd /recipes-bsp/imx-test/imx-test_git.bb
parent1d40ea34fc2c06af79fc59f6ea54f2e9335d61d6 (diff)
parent52285fcb4fccc555627888cc1ab6399338d0b4c6 (diff)
downloadmeta-freescale-5a76170b32a6fbf7486a3da4ca4e25094cbbc1c6.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-test/imx-test_git.bb')
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index ddc87a97..163c9c16 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -8,7 +8,7 @@ PV = "6.0+${SRCPV}"
8PARALLEL_MAKE="-j 1" 8PARALLEL_MAKE="-j 1"
9 9
10SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" 10SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga"
11SRC_URI = "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH}" 11SRC_URI = "git://github.com/nxp-imx/imx-test.git;protocol=https;branch=${SRCBRANCH}"
12SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9" 12SRCREV = "fb250a795ce0d25c19610e9e19e1cd815fc64cb9"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"