From 82907f64b32924854b63a342d9932d66f2dafe07 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 27 Dec 2013 16:40:39 -0200 Subject: 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 --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-bsp/u-boot') 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" 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" -- cgit v1.2.3-54-g00ecf