linux-wandboard: update recipe to use SRCREV

Updating recipe to use SRCREV instead of top-of-tree.  Use latest SRCREV
corresponding to latest FSL kernel update (3.0.35_4.0.0).

Signed-off-by: John Weber <rjohnweber@gmail.com>
This commit is contained in:
John Weber 2013-07-22 02:12:26 +00:00 committed by Otavio Salvador
parent fd0255b339
commit 4fa3141baa
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ LOCALVERSION ?= "+yocto"
SCMVERSION ?= "y"
# SRC_URI for wandboard kernel
SRC_URI = "git://github.com/johnweber/linux.git;branch=wandboard-integration \
SRC_URI = "git://github.com/johnweber/linux.git \
file://defconfig \
"

View File

@ -3,8 +3,8 @@
include linux-wandboard.inc
# Wandboard branch
SRCREV = "AUTOINC"
LOCALVERSION = "-wandboard+yocto"
# Wandboard branch - based on 4.0.0 from Freescale git
SRCREV = "e259a0f89e1d69a919793d2191e98cf7c11a76af"
LOCALVERSION = "-4.0.0-wandboard"
COMPATIBLE_MACHINE = "(wandboard)"