linux-cubox-i: update SRCREV to ea83bda1b4

Notable changes in this update include:
- Support for V5 Vivante userspace binaries
- Improvements to thermal subsystems for better cooling
- PWM and FEC cleanups and improvements
- Fix kernel config causing networking bridge breakage
- Wi-Fi related backports from Linaro 3.14 kernel

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Carlos Rafael Giani 2015-04-23 22:48:56 +02:00 committed by Otavio Salvador
parent b6d6635c08
commit 130daa6b77
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ CONFIG_KALLSYMS_ALL=y
CONFIG_PROFILING=y
CONFIG_OPROFILE=m
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODVERSIONS=y

View File

@ -8,7 +8,7 @@ with full support for the i.MX6 features."
DEPENDS += "lzop-native bc-native"
SRCBRANCH ?= "linux-linaro-lsk-v3.14-mx6"
SRCREV = "4a2f77e014b8cdd10af1aac0db40f582be027f51"
SRCREV = "ea83bda1b403d745c67fbf6ea307d05ca138577f"
LOCALVERSION ?= "-${SRCBRANCH}"
SRC_URI = "git://github.com/SolidRun/linux-imx6-3.14.git;branch=${SRCBRANCH} \