summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-16 23:29:33 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-21 12:37:54 +0000
commitbb9812799b9210ff559c6f5327cfc7ed5e8526a0 (patch)
tree54709d44d7ff9e8b2fc53635748b4bae6092c9a1 /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
parentf0fe7dc45d12f85774dc9fde336d8dbff299dd7f (diff)
downloadpoky-bb9812799b9210ff559c6f5327cfc7ed5e8526a0.tar.gz
linux-yocto/3.10: update to v3.10.59
Updating to the latest 3.10 -korg stable update. We also bring in a meta change for the valley island IO configuration. (From OE-Core rev: 22d5ac7e1fc096dc11c766eda91c9e131398c6c5) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index 9e33aa692b..cc70388302 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -5,12 +5,12 @@ require recipes-kernel/linux/linux-yocto.inc
5LINUX_KERNEL_TYPE = "tiny" 5LINUX_KERNEL_TYPE = "tiny"
6KCONFIG_MODE = "--allnoconfig" 6KCONFIG_MODE = "--allnoconfig"
7 7
8LINUX_VERSION ?= "3.10.55" 8LINUX_VERSION ?= "3.10.59"
9 9
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "3677ea7f9476458aa6dec440243de3a6fb1343a9" 12SRCREV_machine ?= "747e1cbd12b15db8bc2ae86e2359c1b113f120d6"
13SRCREV_meta ?= "f79a00265eefbe2fffc2cdb03f67235497a9a87e" 13SRCREV_meta ?= "8f05306a8e6f5ee422d50c3317acce0cf9e6aada"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16