[meta-freescale] [meta-fsl-arm][PATCH 1/4] u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issues

Lauren Post lauren.post at nxp.com
Tue Apr 26 00:48:46 PDT 2016


Mistake in usptreaming 4.1.15-1.0.0 - should use SRC_URI instead of UBOOT_SRC

Signed-off-by: Lauren Post <lauren.post at nxp.com>
---
 recipes-bsp/u-boot/u-boot-imx_2015.04.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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+"
 LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRCBRANCH = "imx_v2015.04_4.1.15_1.0.0_ga"
-UBOOT_SRC ?= "git://git.freescale.com/imx/uboot-imx.git;protocol=git"
+SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}"
 SRCREV = "384e1c1f527d732a863cef360f5da419a728b1d5"
 
 S = "${WORKDIR}/git"
-- 
1.9.1



More information about the meta-freescale mailing list