summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorLauren Post <lauren.post@nxp.com>2016-04-26 02:48:46 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-28 18:45:32 -0300
commit1f2e5dda93857d6c63d2c4edbba46d5326d5cc56 (patch)
treedd7579cee75b9bc8de0424dfa318585b00ddb3b1 /recipes-bsp
parent496efede0a6694591beb8f4db4fb997f51fc81f2 (diff)
downloadmeta-fsl-arm-1f2e5dda93857d6c63d2c4edbba46d5326d5cc56.tar.gz
u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issues
Mistake in usptreaming 4.1.15-1.0.0 - should use SRC_URI instead of UBOOT_SRC Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2015.04.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb b/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
index 6ed76ed..76e98df 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2015.04.bb
@@ -9,7 +9,7 @@ LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 9LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10 10
11SRCBRANCH = "imx_v2015.04_4.1.15_1.0.0_ga" 11SRCBRANCH = "imx_v2015.04_4.1.15_1.0.0_ga"
12UBOOT_SRC ?= "git://git.freescale.com/imx/uboot-imx.git;protocol=git" 12SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
13SRCREV = "384e1c1f527d732a863cef360f5da419a728b1d5" 13SRCREV = "384e1c1f527d732a863cef360f5da419a728b1d5"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"