From 4fa3141baa8d6bac68c67dab1100e9a7b13e3f2e Mon Sep 17 00:00:00 2001 From: John Weber Date: Mon, 22 Jul 2013 02:12:26 +0000 Subject: [PATCH] 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 --- 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)"