From 70f30cd0b5b8faf84b04ac58bed40353bac7316d Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Oct 2014 11:09:38 -0300 Subject: [PATCH] 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 --- recipes-kernel/linux/linux-wandboard_3.10.17.bb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb b/recipes-kernel/linux/linux-wandboard_3.10.17.bb index 15e6b55..30483f1 100644 --- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb +++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb @@ -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)"