[meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7

John Weber rjohnweber at gmail.com
Fri Feb 28 04:56:42 PST 2014


The following changes are made:
- Update SRCREV to 95f32b7
- Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in
  local.conf

Signed-off-by: John Weber <rjohnweber at gmail.com>
---
Changes in v2: Removed change to SRCBRANCH and fixed commit log

 recipes-kernel/linux/linux-wandboard.inc        |    6 +++++-
 recipes-kernel/linux/linux-wandboard_3.10.17.bb |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-kernel/linux/linux-wandboard.inc
index 57e5517..8a6e011 100644
--- a/recipes-kernel/linux/linux-wandboard.inc
+++ b/recipes-kernel/linux/linux-wandboard.inc
@@ -13,8 +13,12 @@ SCMVERSION ?= "y"
 
 SRCBRANCH ??= "master"
 
+# Allow override of WANDBOARD_GITHUB_MIRROR to make use of
+# local repository easier
+WANDBOARD_GITHUB_MIRROR ?= "git://github.com/wandboard-org/linux.git"
+
 # SRC_URI for wandboard kernel
-SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${SRCBRANCH} \
+SRC_URI = "${WANDBOARD_GITHUB_MIRROR};branch=${SRCBRANCH} \
            file://defconfig \
 "
 
diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb b/recipes-kernel/linux/linux-wandboard_3.10.17.bb
index 71365e6..be13846 100644
--- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb
+++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb
@@ -8,7 +8,7 @@ DEPENDS += "lzop-native bc-native"
 
 # Wandboard branch - based on 3.10.17_1.0.0_beta from Freescale git
 SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta"
-SRCREV = "319845263e5483ee2fd2b3ddcf4e969cbbb5ffd4"
+SRCREV = "95f32b732fa4a1f5a497494ea2ba7d2e3b65d6c0"
 LOCALVERSION = "-1.0.0-wandboard"
 
 
-- 
1.7.9.5



More information about the meta-freescale mailing list