summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-12-10 04:18:51 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-21 12:37:54 +0000
commitd02bb17bfc61aa31f3e4fbb511d5923d7e57bf3d (patch)
treea89469ecc7a3fee1d93988734ab3b3d7c1bca066 /meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
parent7a16c50aec5989ede2c839ae68a99691ffce29e7 (diff)
downloadpoky-d02bb17bfc61aa31f3e4fbb511d5923d7e57bf3d.tar.gz
linux-yocto/3.17: update to v3.17.6
Integrating the latest korg -stable update for v3.17 (From OE-Core rev: 4408bfc7dd0fd2223791cb5da706dde986f4ddef) 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.17.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
index f5aa05d89a..1a4f9a8145 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.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.17.2" 7LINUX_VERSION ?= "3.17.6"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "cad8f6f70717e54604315db0c9b8889199871e50" 11SRCREV_machine ?= "5ff54d8fbf74278e9e5074cbba516a14f0915ff7"
12SRCREV_meta ?= "3283372105ee2f22c1d93ea63fa754179c203e98" 12SRCREV_meta ?= "b81030f9ec2de3dc6c048e142dcbff62e305cc40"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15