linux-wandboard: Update to 3.10.17-1.0.1 kernel

This updates to 3.10.17-1.0.1 kernel and fixes the GPIO pins behavior
which had no SION flags enabled so not allowing reading back the
setted value of the pin.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2014-10-15 11:09:38 -03:00
parent 5827542816
commit 70f30cd0b5

View File

@ -1,4 +1,4 @@
# adapted from linux-imx.inc, copyright (C) 2012-2013 O.S. Systems Software LTDA # adapted from linux-imx.inc, copyright (C) 2012-2014 O.S. Systems Software LTDA
# Released under the MIT license (see COPYING.MIT for the terms) # Released under the MIT license (see COPYING.MIT for the terms)
include linux-wandboard.inc include linux-wandboard.inc
@ -6,10 +6,9 @@ require recipes-kernel/linux/linux-dtb.inc
DEPENDS += "lzop-native bc-native" DEPENDS += "lzop-native bc-native"
# Wandboard branch - based on 3.10.17_1.0.0_ga from Freescale git # Wandboard branch - based on 3.10.17_1.0.1_ga from Freescale git
SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_ga" SRCBRANCH = "wandboard_imx_3.10.17_1.0.1_ga"
SRCREV = "8e8131901542e472ac37eda811a4aa633a105fad" SRCREV = "a6e7fc58e6912986d003598ed79bb6a391a2113c"
LOCALVERSION = "-1.0.0-wandboard" LOCALVERSION = "-1.0.1-wandboard"
COMPATIBLE_MACHINE = "(wandboard)" COMPATIBLE_MACHINE = "(wandboard)"