summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx-common.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-03 11:00:05 -0300
committerGitHub <noreply@github.com>2023-04-03 11:00:05 -0300
commitc0c3b6108837ff232831b67c9ca87fb5b891182a (patch)
treef3c2434da608d36d787036511feada4352684605 /recipes-bsp/u-boot/u-boot-imx-common.inc
parentd5a82541a97dd3a6b9116a1cd72f9965510a3de9 (diff)
parentd934c5b083b85ddf43f6a9ef0de8f74133c11cc7 (diff)
downloadmeta-freescale-c0c3b6108837ff232831b67c9ca87fb5b891182a.tar.gz
Merge pull request #1476 from jviguera/gatesgarthgatesgarth
[gatesgarth] meta-freescale: migrate IMX repos from codeaurora to github
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-imx-common.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common.inc b/recipes-bsp/u-boot/u-boot-imx-common.inc
index fd5371bb..5359afa3 100644
--- a/recipes-bsp/u-boot/u-boot-imx-common.inc
+++ b/recipes-bsp/u-boot/u-boot-imx-common.inc
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRCBRANCH = "imx_v2020.04_5.4.47_2.2.0" 6SRCBRANCH = "imx_v2020.04_5.4.47_2.2.0"
7SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" 7SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
8SRCREV = "ffc3fbe7e5418d16f492c78693c3c4fa41f06f27" 8SRCREV = "ffc3fbe7e5418d16f492c78693c3c4fa41f06f27"
9 9
10DEPENDS += "flex-native bison-native bc-native dtc-native" 10DEPENDS += "flex-native bison-native bc-native dtc-native"