summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-dev.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-02-28 09:28:14 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-28 14:51:38 +0000
commitd6596f5e0446b6aa3ae845389965bb2852f17b65 (patch)
treed0a38ac62a48a8af02438fb6f04e93e296461553 /meta/recipes-kernel/linux/linux-yocto-dev.bb
parentc2895edcdd99bf292cf56b65522f879669869724 (diff)
downloadpoky-d6596f5e0446b6aa3ae845389965bb2852f17b65.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-dev.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-dev.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index 2b8c0556d0..5e097203e2 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -43,7 +43,7 @@ python () {
43 d.setVar("SRCREV_meta", "${AUTOREV}") 43 d.setVar("SRCREV_meta", "${AUTOREV}")
44} 44}
45 45
46LINUX_VERSION ?= "3.13+" 46LINUX_VERSION ?= "3.14+"
47LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" 47LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
48PV = "${LINUX_VERSION}+git${SRCPV}" 48PV = "${LINUX_VERSION}+git${SRCPV}"
49 49