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:
Philip Balister 2013-12-10 16:53:50 -05:00 committed by Otavio Salvador
parent e13c5d254d
commit 8948a8ec42
2 changed files with 3 additions and 3 deletions

View File

@ -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 \
" "

View File

@ -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"