summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-01-21 13:33:28 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-08 08:00:29 +0000
commit5848c9219ad4f022e0c7580596cba1c480c0825f (patch)
treea9cfecc8a2a604aaf5ae2a7cb37943a064db02a1 /meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
parenta7c428c735050bd05df4c9c7a7f28afae0470f3d (diff)
downloadpoky-5848c9219ad4f022e0c7580596cba1c480c0825f.tar.gz
linux-yocto/3.14: update to 3.14.29
Updating to the latest korg -stable release for 3.14. (From OE-Core rev: a6a64ee87182c6fa62117e68fafc4ec25ceefc0b) 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.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index 67bf4624f8..2d1bc21171 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -4,12 +4,12 @@ KCONFIG_MODE = "--allnoconfig"
4 4
5require recipes-kernel/linux/linux-yocto.inc 5require recipes-kernel/linux/linux-yocto.inc
6 6
7LINUX_VERSION ?= "3.14.24" 7LINUX_VERSION ?= "3.14.29"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "02120556b0ebc20c30374ccf211e8e4ceac2bb1c" 11SRCREV_machine ?= "21ba402e0a5286baf0b8960da132e2d56f020c88"
12SRCREV_meta ?= "a227f20eff056e511d504b2e490f3774ab260d6f" 12SRCREV_meta ?= "6eddbf47875ef48ddc5864957a7b63363100782b"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15