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-10-15 10:11:49 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-21 12:37:54 +0000
commit33437d6ac87765cb788e835f4f4e7df15402d79c (patch)
tree31122b4caea8e2342e54ddf35508862262f45a8e /meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
parent63695c6353d091ee7f7f0134f11a551f0a5eddcf (diff)
downloadpoky-33437d6ac87765cb788e835f4f4e7df15402d79c.tar.gz
linux-yocto/3.17: update to v3.17.1
Updating to the kver to the latest korg stable update. This fixes some important bugs (as well as the usual mix of more minor ones), in particular libata bugs and SSD corruption issues are fixed. (From OE-Core rev: 82f93cfed946fb56e53997bf6a873480bb6d3fc5) 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 77855d956e..357e050a24 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" 7LINUX_VERSION ?= "3.17.1"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "1a6dd1205de5b7c6135a42fec00550738ff777b5" 11SRCREV_machine ?= "0caf16d38536e3dec8a02ea657e1960f1216f174"
12SRCREV_meta ?= "9ba007f8d0abf3cc5499e8eee13065b7f0713e81" 12SRCREV_meta ?= "229ce533868773f201f9ab36e2b4248b381309ec"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15