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-02-14 14:13:54 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-14 22:58:45 +0000
commit088677afc5097e11bb442b3c305a200c0a7f8277 (patch)
tree70e69045a30a0f377bdd0ac3bbec7c3a718fabab /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
parent94a9df269877cb5c11ad39c7bc7c3edef5a3cf08 (diff)
downloadpoky-088677afc5097e11bb442b3c305a200c0a7f8277.tar.gz
linux-yocto/3.10: update to v3.10.28
Updating the 3.10 kernel SRCREVs to integrate the v3.10.27, 27 and 28 -stable releases. (From OE-Core rev: 91fb7cfaeb8ea1c05a15a0be8a56ac50b95fd6e4) 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.bb4
1 files changed, 2 insertions, 2 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 923f912332..6b1cbc6cad 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -5,11 +5,11 @@ KBRANCH = "${KBRANCH_DEFAULT}"
5LINUX_KERNEL_TYPE = "tiny" 5LINUX_KERNEL_TYPE = "tiny"
6KCONFIG_MODE = "--allnoconfig" 6KCONFIG_MODE = "--allnoconfig"
7 7
8LINUX_VERSION ?= "3.10.25" 8LINUX_VERSION ?= "3.10.28"
9 9
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" 12SRCREV_machine ?= "25d0ebad3e2bf9f12bd6d386ead68e1f64ceaf29"
13SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65" 13SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"