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 <[email protected]> --- recipes-kernel/linux/linux-wandboard.inc | 2 +- recipes-kernel/linux/linux-wandboard_3.0.35.bb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-kernel/linux/linux-wandboard.inc index cb3f753..38d3666 100644 --- a/recipes-kernel/linux/linux-wandboard.inc +++ b/recipes-kernel/linux/linux-wandboard.inc @@ -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 \ " diff --git a/recipes-kernel/linux/linux-wandboard_3.0.35.bb b/recipes-kernel/linux/linux-wandboard_3.0.35.bb index df08dc9..54bd41c 100644 --- a/recipes-kernel/linux/linux-wandboard_3.0.35.bb +++ b/recipes-kernel/linux/linux-wandboard_3.0.35.bb @@ -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)" -- 1.7.9.5 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
