From 8a01114389a97e63cf4d83492a9c37a8abd2386d Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Tue, 10 Dec 2013 16:53:47 -0500 Subject: [PATCH] u-boot-boundary : Update SRC_URI for new fetcher behavior. If SRC_REV is not in the master branch, the SRC_URI must specify the branch. Signed-off-by: Philip Balister --- recipes-bsp/u-boot/u-boot-boundary_git.bb | 3 ++- 1 file changed, 2 insertions(+), 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..323cfdf 100644 --- a/recipes-bsp/u-boot/u-boot-boundary_git.bb +++ b/recipes-bsp/u-boot/u-boot-boundary_git.bb @@ -9,7 +9,8 @@ PROVIDES = "u-boot" PV = "v2013.07+git${SRCPV}" SRCREV = "f89bc066db0569008418fac1a0408a9a57f2232f" -SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git" +SRCBRANCH = "production-before-20131107" +SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}" S = "${WORKDIR}/git"