summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <angolini@gmail.com>2013-12-27 16:40:39 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2013-12-27 19:57:37 -0200
commitaad9ff469674598558cab0d5b6a225ce881aa49a (patch)
treed92f48a18e41efaef47a1673333500c80f5a175c
parent78d75ecb5187bde1f6695019e1aee3ddf7cd65e5 (diff)
downloadmeta-freescale-aad9ff469674598558cab0d5b6a225ce881aa49a.tar.gz
u-boot-fslc-mxsboot: Update SRC_URI for new fetcher behavior.
If SRCREV is not in the master branch, the SRC_URI must specify the branch. Signed-off-by: Daiane Angolini <angolini@gmail.com>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
index f1dc047d8..3009ddf8c 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
@@ -8,7 +8,8 @@ PROVIDES = "u-boot-mxsboot"
8PV = "v2013.10" 8PV = "v2013.10"
9 9
10SRCREV = "079e214888279518ce061c71238a74a0c3db2c28" 10SRCREV = "079e214888279518ce061c71238a74a0c3db2c28"
11SRC_URI = "git://github.com/Freescale/u-boot-imx.git" 11SRCBRANCH = "patches-2013.10"
12SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}"
12 13
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
14 15