linux-wandboard (3.10.17): Bump SRCREV to 95f32b7

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@gmail.com>
This commit is contained in:
John Weber 2014-02-28 06:56:42 -06:00 committed by Otavio Salvador
parent 2e09577a23
commit 7b1f334b9b
2 changed files with 6 additions and 2 deletions

View File

@ -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 \
"

View File

@ -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"