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.

(From OE-Core rev: 8be4d1314a1334f5218e4eb46d3f8b734d5516f5)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield 2013-06-25 16:54:12 -04:00 committed by Richard Purdie
parent 3fac79f42e
commit aa8eba7eb9
1 changed files with 1 additions and 1 deletions

View File

@ -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}"