summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-01-21 15:47:37 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-08 08:00:29 +0000
commitd0fe36e78ea31c8d59b881d8829f549621f7eb92 (patch)
treee71daaa10c5a2c6ffab36a5de80a018f239b6b6d /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
parent5848c9219ad4f022e0c7580596cba1c480c0825f (diff)
downloadpoky-d0fe36e78ea31c8d59b881d8829f549621f7eb92.tar.gz
linux-yocto/3.10: update to v3.10.65
Integrating the latest korg -stable updates for 3.10 LTSI. (From OE-Core rev: d159e9db537f68ed91d4a1ab0f432ac1d0020697) 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 9ea81b8874..3248c4414b 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.62" 8LINUX_VERSION ?= "3.10.65"
9 9
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "b2ac933df119a3444a32fcccf5e4ad453f5ac89d" 12SRCREV_machine ?= "a2f2be49cd60b8d022fa47daae0a8293c3066b78"
13SRCREV_meta ?= "f4ab00d96a3d8e443d7f7744ad996e184eac03b5" 13SRCREV_meta ?= "d5456dd830cad14bd844753b751b83744ced3793"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16