linux-yocto-dev: bump to v3.14-rc4

Updating the version of linux-yocto-dev to reflect the integration of
the 3.14-rc4 kernel.

(From OE-Core rev: 9c5734b91c274be85200a9790202326dd6debfc1)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2014-02-28 09:28:14 -05:00
committed by Richard Purdie
parent c2895edcdd
commit d6596f5e04

View File

@@ -43,7 +43,7 @@ python () {
d.setVar("SRCREV_meta", "${AUTOREV}")
}
LINUX_VERSION ?= "3.13+"
LINUX_VERSION ?= "3.14+"
LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
PV = "${LINUX_VERSION}+git${SRCPV}"