linux-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:49 -05:00 committed by Otavio Salvador
parent 6a7b46de61
commit e13c5d254d

View File

@ -5,10 +5,11 @@ require recipes-kernel/linux/linux-imx.inc
DESCRIPTION = "Linux kernel for Boundary Devices boards"
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git \
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
file://defconfig"
LOCALVERSION = "-4.1.0+yocto"
SRCBRANCH = "boundary-imx_3.0.35_4.1.0"
SRCREV = "58099389255add7c17ce6babf37a50ce5d11d6b8"