summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx_2018.03.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-18 08:43:31 -0300
committerGitHub <noreply@github.com>2023-04-18 08:43:31 -0300
commit154852cae5662f5aa5e983d412c95612dfbaf267 (patch)
treee68a8076e633bdf940b13b286f8c71cb1d1253c7 /recipes-bsp/u-boot/u-boot-imx_2018.03.bb
parent930545b1ac6926dd70f61c0ef990b79acdfb06c2 (diff)
parent046f6216362b5d396767c83b7338cca071be725b (diff)
downloadmeta-freescale-154852cae5662f5aa5e983d412c95612dfbaf267.tar.gz
Merge pull request #1502 from het-masteen/warrior-fix-github-link
[warrior] meta-freescale: migrate IMX repos from codeaurora to github
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-imx_2018.03.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2018.03.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2018.03.bb b/recipes-bsp/u-boot/u-boot-imx_2018.03.bb
index fcd34136..ee07e8d9 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2018.03.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2018.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 = "imx_v2018.03_4.14.98_2.0.0_ga" 13SRCBRANCH = "imx_v2018.03_4.14.98_2.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 = "0d6d8807793e74402e23772062469aeb4808dd48" 15SRCREV = "0d6d8807793e74402e23772062469aeb4808dd48"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"