diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-06-25 16:54:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-28 09:14:05 +0100 |
commit | aa8eba7eb942aab3287d7a7a9ec026e2ba1abee6 (patch) | |
tree | a35c287f8568434e8fc325dad04120b4bd085dd7 /meta | |
parent | 3fac79f42e38a86cfbc895fd63b82f131ea95d4b (diff) | |
download | poky-aa8eba7eb942aab3287d7a7a9ec026e2ba1abee6.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 |
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 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 () { | |||
33 | d.setVar("SRCREV_meta", "${AUTOREV}") | 33 | d.setVar("SRCREV_meta", "${AUTOREV}") |
34 | } | 34 | } |
35 | 35 | ||
36 | LINUX_VERSION ?= "3.8+" | 36 | LINUX_VERSION ?= "3.10+" |
37 | LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" | 37 | LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" |
38 | PR = "r0" | 38 | PR = "r0" |
39 | PV = "${LINUX_VERSION}+git${SRCPV}" | 39 | PV = "${LINUX_VERSION}+git${SRCPV}" |