linux-wandboard: Update kernel to 3.10.53-1.1.0_ga

This updates the Wandboards' kernel to 3.10.53-1.1.0_ga

Signed-off-by: Alfonso Tamés <alfonso@tames.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Alfonso Tamés 2015-02-09 07:17:11 +00:00 committed by Otavio Salvador
parent b86f0a175d
commit 97ed7ae94a
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc
PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
PREFERRED_VERSION_linux-wandboard ?= "3.10.31"
PREFERRED_VERSION_linux-wandboard ?= "3.10.53"
SERIAL_CONSOLE = "115200 ttymxc0"

View File

@ -368,7 +368,7 @@ CONFIG_CRC_T10DIF=y
CONFIG_CRC7=m
CONFIG_LIBCRC32C=m
#Wandboard Definitions
CONFIG_LOCALVERSION="-1.1.0_beta2-wandboard"
CONFIG_LOCALVERSION="-1.1.0_ga"
CONFIG_BRCMDBG=y
CONFIG_BRCMFMAC=m
CONFIG_BT_BNEP_MC_FILTER=y

View File

@ -6,10 +6,10 @@ require recipes-kernel/linux/linux-dtb.inc
DEPENDS += "lzop-native bc-native"
# Wandboard branch - based on 3.10.31_1.1.0_beta2 from Freescale git
# Wandboard branch - based on 3.10.53_1.1.0_ga from Freescale git
SRCBRANCH = "wandboard_imx_3.10.31_1.1.0_beta2"
SRCREV = "a63c7c073c385bdc9d041c9795a18754f4544dba"
LOCALVERSION = "_1.1.0_beta2-wandboard"
SRCBRANCH = "wandboard_imx_3.10.53_1.1.0_ga"
SRCREV = "13bb18444208d5065f0e6345c7743e9662bc97d2"
LOCALVERSION = "_1.1.0_ga-wandboard"
COMPATIBLE_MACHINE = "(wandboard)"