u-boot-script-boundary : 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: Philip Balister <philip@balister.org>
This commit is contained in:
Philip Balister 2013-12-10 16:53:48 -05:00 committed by Otavio Salvador
parent 8a01114389
commit 6a7b46de61

View File

@ -6,7 +6,8 @@ DEPENDS = "u-boot-mkimage-native"
PV = "v2013.01+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"