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-09-23 10:57:43 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-23 19:58:49 +0100
commit001db8407dc6cb7c4f3cb10b1da766264e627af2 (patch)
tree0c11d1cb0a0b5f158335bd9089f0cfe45a48f7c4 /meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
parent0243bcf6bc44fcb1a308575ca15fd72dfa95df2f (diff)
downloadpoky-001db8407dc6cb7c4f3cb10b1da766264e627af2.tar.gz
linux-yocto/3.17: bump to v3.17-rc6
Updating the 3.17 recipe to -rc6. This is nearly the release kernel, and should have very few changes aftert this point. (From OE-Core rev: 845e01d906982c2147828b97129e95e8a79dce7c) 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 4da9c851e2..d1054c3abb 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-rc5" 7LINUX_VERSION ?= "3.17-rc6"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "724ab25b085554741753709941e768cae1a2121e" 11SRCREV_machine ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50"
12SRCREV_meta ?= "62a1fd63023ab6b18114dd093be86d0854474c41" 12SRCREV_meta ?= "eebdfd73e01f53a042d8b03b785db9f998d69b19"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15