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