From: Bruce Ashfield Date: Tue, 25 Jun 2013 20:54:12 +0000 (-0400) Subject: linux-yocto-dev: bump version to 3.10+ X-Git-Tag: 2015-4~6045 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8be4d1314a1334f5218e4eb46d3f8b734d5516f5;p=openembedded-core.git linux-yocto-dev: bump version to 3.10+ The linux-yocto-dev kernel is at 3.10-rcX, so we should bump the version to reflect reality. Signed-off-by: Bruce Ashfield Signed-off-by: Saul Wold --- diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 598c82c84d..c2ce3f6b42 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb @@ -33,7 +33,7 @@ python () { d.setVar("SRCREV_meta", "${AUTOREV}") } -LINUX_VERSION ?= "3.8+" +LINUX_VERSION ?= "3.10+" LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" PR = "r0" PV = "${LINUX_VERSION}+git${SRCPV}"