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:41 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-23 19:58:48 +0100
commitcef6884a792587950b65ebf55a54d48b08a44b8f (patch)
tree0112423be49dbf47826cfb213ddae519b8abf588 /meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb
parent5b68bcf453a12c275d005ce77d29cd601d6f779c (diff)
downloadpoky-cef6884a792587950b65ebf55a54d48b08a44b8f.tar.gz
linux-yocto/3.17: update to v3.17-rc5
Bumping the SRCREVs to import the latest korg -rc. (From OE-Core rev: 8ae153f7da3244c3dd24cc5dbd722af26624201b) 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 c1cb47ba90..4da9c851e2 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-rc4" 7LINUX_VERSION ?= "3.17-rc5"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "1a3939eb747a635b23b4234f785795c52dce72a8" 11SRCREV_machine ?= "724ab25b085554741753709941e768cae1a2121e"
12SRCREV_meta ?= "7df849fc7eba54765368e26634341dbe6e2ad161" 12SRCREV_meta ?= "62a1fd63023ab6b18114dd093be86d0854474c41"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15