[meta-freescale] [meta-fsl-arm-extra][PATCH] linux-wandboard: update recipe to use SRCREV

John Weber rjohnweber at gmail.com
Sun Jul 21 19:12:26 PDT 2013


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 at gmail.com>
---
 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




More information about the meta-freescale mailing list