]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto-dev: bump to v3.17+
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 8 Sep 2014 19:41:05 +0000 (15:41 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Sep 2014 14:19:58 +0000 (15:19 +0100)
Update the -dev recipes PV to reflect that the development tree is
now at v3.17-rc4.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/linux/linux-yocto-dev.bb

index 595f72d5bb6ecb8aec9aab819dd16e3aeb04d976..00feadedd8948f90250e5d20a1d032ebb4e4e6b4 100644 (file)
@@ -35,7 +35,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${K
 SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
 SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
 
-LINUX_VERSION ?= "3.16+"
+LINUX_VERSION ?= "3.17+"
 LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
 PV = "${LINUX_VERSION}+git${SRCPV}"