mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
fd0255b339
commit
4fa3141baa
|
@ -14,7 +14,7 @@ LOCALVERSION ?= "+yocto"
|
||||||
SCMVERSION ?= "y"
|
SCMVERSION ?= "y"
|
||||||
|
|
||||||
# SRC_URI for wandboard kernel
|
# 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 \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
include linux-wandboard.inc
|
include linux-wandboard.inc
|
||||||
|
|
||||||
# Wandboard branch
|
# Wandboard branch - based on 4.0.0 from Freescale git
|
||||||
SRCREV = "AUTOINC"
|
SRCREV = "e259a0f89e1d69a919793d2191e98cf7c11a76af"
|
||||||
LOCALVERSION = "-wandboard+yocto"
|
LOCALVERSION = "-4.0.0-wandboard"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(wandboard)"
|
COMPATIBLE_MACHINE = "(wandboard)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user