]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc-mxsboot: Update SRC_URI for new fetcher behavior.
authorDaiane Angolini <angolini@gmail.com>
Fri, 27 Dec 2013 18:40:39 +0000 (16:40 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 27 Dec 2013 21:57:37 +0000 (19:57 -0200)
If SRCREV is not in the master branch, the SRC_URI must specify the
branch.

Signed-off-by: Daiane Angolini <angolini@gmail.com>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb

index f1dc047d80455f6ac5113518af17aa2c2afc2ba0..3009ddf8ceeeeca951e95b681fe202ddce50d5f6 100644 (file)
@@ -8,7 +8,8 @@ PROVIDES = "u-boot-mxsboot"
 PV = "v2013.10"
 
 SRCREV = "079e214888279518ce061c71238a74a0c3db2c28"
-SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
+SRCBRANCH = "patches-2013.10"
+SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"