summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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
parent1d40ea34fc2c06af79fc59f6ea54f2e9335d61d6 (diff)
parent52285fcb4fccc555627888cc1ab6399338d0b4c6 (diff)
downloadmeta-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')
-rw-r--r--recipes-bsp/imx-lib/imx-lib_git.bb2
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2017.03.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb
index 8e477de0f..7d19d413d 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"
14PV = "5.8+${SRCPV}" 14PV = "5.8+${SRCPV}"
15 15
16SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga" 16SRCBRANCH = "nxp/imx_4.9.11_1.0.0_ga"
17SRC_URI = "git://source.codeaurora.org/external/imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" 17SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}"
18SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4" 18SRCREV = "f5f14fc24581e5d6e689f42a56b5f2992f978ef4"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index ddc87a97b..163c9c164 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"
diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
index 6c1a8522b..eeb283e7e 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
@@ -11,7 +11,7 @@ LICENSE = "GPLv2+"
11LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 11LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12 12
13SRCBRANCH = "nxp/imx_v2017.03_4.9.11_1.0.0_ga" 13SRCBRANCH = "nxp/imx_v2017.03_4.9.11_1.0.0_ga"
14SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" 14SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
15SRCREV = "a2fea67d3eb3092f19f250d53a4a27fa1a0c815f" 15SRCREV = "a2fea67d3eb3092f19f250d53a4a27fa1a0c815f"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"