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-03-31 20:43:31 -0300
committerGitHub <noreply@github.com>2023-03-31 20:43:31 -0300
commite56f52e4afdd043c003475fd671cf3f2f497f2e8 (patch)
treec6cfa1f7d67d5950f296c63d7f5800e44894cf25 /recipes-bsp/u-boot/u-boot-imx_2018.03.bb
parent14f1a630a47375432f93c556927b879b51d84c4e (diff)
parentfda27abe2a9ea16f010f103a366ed3ba701acfae (diff)
downloadmeta-freescale-e56f52e4afdd043c003475fd671cf3f2f497f2e8.tar.gz
Merge pull request #1471 from logbaseaofn/zeuszeus
Migrate codeaurora repositories 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 ed32ffcb..0237c135 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"