mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
5827542816
commit
70f30cd0b5
|
@ -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)
|
||||
|
||||
include linux-wandboard.inc
|
||||
|
@ -6,10 +6,9 @@ require recipes-kernel/linux/linux-dtb.inc
|
|||
|
||||
DEPENDS += "lzop-native bc-native"
|
||||
|
||||
# Wandboard branch - based on 3.10.17_1.0.0_ga from Freescale git
|
||||
SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_ga"
|
||||
SRCREV = "8e8131901542e472ac37eda811a4aa633a105fad"
|
||||
LOCALVERSION = "-1.0.0-wandboard"
|
||||
|
||||
# Wandboard branch - based on 3.10.17_1.0.1_ga from Freescale git
|
||||
SRCBRANCH = "wandboard_imx_3.10.17_1.0.1_ga"
|
||||
SRCREV = "a6e7fc58e6912986d003598ed79bb6a391a2113c"
|
||||
LOCALVERSION = "-1.0.1-wandboard"
|
||||
|
||||
COMPATIBLE_MACHINE = "(wandboard)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user