mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
ca3f9d278b
commit
8a01114389
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user