[meta-freescale] [PATCH 1/3] u-boot-boundary : Update SRC_URI for new fetcher behavior.

Philip Balister philip at balister.org
Tue Dec 10 09:49:25 PST 2013


If SRC_REV is not in the master branch, the SRC_URI must specify the
branch.

Signed-off-by: Philip Balister <philip at balister.org>
---
 recipes-bsp/u-boot/u-boot-boundary_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b/recipes-bsp/u-boot/u-boot-boundary_git.bb
index f612b3f..504fcbf 100644
--- a/recipes-bsp/u-boot/u-boot-boundary_git.bb
+++ b/recipes-bsp/u-boot/u-boot-boundary_git.bb
@@ -9,7 +9,7 @@ PROVIDES = "u-boot"
 PV = "v2013.07+git${SRCPV}"
 
 SRCREV = "f89bc066db0569008418fac1a0408a9a57f2232f"
-SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git"
+SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=production-before-20131107"
 
 S = "${WORKDIR}/git"
 
-- 
1.8.3.1



More information about the meta-freescale mailing list