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-09-23 10:57:39 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-23 19:58:48 +0100
commit7040b6f3c686b69e7aec28f531c444c27d5dfeac (patch)
tree2b22af47374f5dcd55f2788b2902d3f63c9f39d8 /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
parentafdbe3112b940987f3f3cddcb32c91a5e17a297d (diff)
downloadpoky-7040b6f3c686b69e7aec28f531c444c27d5dfeac.tar.gz
linux-yocto/3.10: update to v3.10.54 and -rt55
The 3.10 kernel needed a refresh to the latest -stable and -rt releases. (From OE-Core rev: c7360e9e72f06dab2617e16ae546f4d8e5262fa1) 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 bd762f9fff..6885723977 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.43" 8LINUX_VERSION ?= "3.10.54"
9 9
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "e4f08d724d6663e6d23d19668c97f9e6792c94d2" 12SRCREV_machine ?= "e001d3cbec5320c03d2a316aa0e287012be19133"
13SRCREV_meta ?= "fab23a4d44de25ee77e497cbf8605eadc3aaf3d8" 13SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16