summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
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
commit82907f64b32924854b63a342d9932d66f2dafe07 (patch)
treed1538a45fcab237670f8e476b3b86f452fac803a /recipes-bsp/u-boot
parentb04357d36e77e2ba5b9a8ddf2c2c8332b8063cde (diff)
downloadmeta-fsl-arm-82907f64b32924854b63a342d9932d66f2dafe07.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>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
index f1dc047..3009ddf 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
+++ b/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