mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
linux-wandboard : Use SRCBRANCH instead of GITBRANCH.
Be consistent across all recipes. Signed-off-by: Philip Balister <philip@balister.org>
This commit is contained in:
parent
e13c5d254d
commit
8948a8ec42
|
@ -11,10 +11,10 @@ require recipes-kernel/linux/linux-imx.inc
|
||||||
LOCALVERSION ?= "+yocto"
|
LOCALVERSION ?= "+yocto"
|
||||||
SCMVERSION ?= "y"
|
SCMVERSION ?= "y"
|
||||||
|
|
||||||
GITBRANCH ??= "master"
|
SRCBRANCH ??= "master"
|
||||||
|
|
||||||
# SRC_URI for wandboard kernel
|
# SRC_URI for wandboard kernel
|
||||||
SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${GITBRANCH} \
|
SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${SRCBRANCH} \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
include linux-wandboard.inc
|
include linux-wandboard.inc
|
||||||
|
|
||||||
# Wandboard branch - based on 4.0.0 from Freescale git
|
# Wandboard branch - based on 4.0.0 from Freescale git
|
||||||
GITBRANCH = "wandboard_imx_3.0.35_4.0.0"
|
SRCBRANCH = "wandboard_imx_3.0.35_4.0.0"
|
||||||
SRCREV = "d35902c77a077a25e4dfedc6aac11ba49c52c586"
|
SRCREV = "d35902c77a077a25e4dfedc6aac11ba49c52c586"
|
||||||
LOCALVERSION = "-4.0.0-wandboard"
|
LOCALVERSION = "-4.0.0-wandboard"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user