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 <philip@balister.org>
This commit is contained in:
Philip Balister 2013-12-10 16:53:47 -05:00 committed by Otavio Salvador
parent ca3f9d278b
commit 8a01114389

View File

@ -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"