summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-05-26 13:40:10 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-28 08:31:56 +0100
commit594097f53da16c8485d16564b28a20abec1eaa1f (patch)
tree8d1ba9ff5c64647601cb9bb17ab72a949f82e0dd /meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
parentc539cb5c979a0985fda113edee2c9f4aa30d26e6 (diff)
downloadpoky-594097f53da16c8485d16564b28a20abec1eaa1f.tar.gz
linux-yocto/3.10: bump kver to v3.10.40
Integrating the latest korg releases for the 3.10 kernel. (From OE-Core rev: 574c03bd5fd73281472f8267a31cfecb235f1c65) 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-rt_3.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
index 893d9852c0..4648b5504b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
@@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc
3KBRANCH = "standard/preempt-rt/base" 3KBRANCH = "standard/preempt-rt/base"
4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" 4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
5 5
6SRCREV_machine ?= "8aa9023c5e2e2ca4180e971da9a2c139d5b3c79e" 6SRCREV_machine ?= "c2869b4ecec4fe3efee1ec44e4be6d83dbeac225"
7SRCREV_machine_qemuppc ?= "3dd7fd5d191245ab92889e69060ff732bdec770b" 7SRCREV_machine_qemuppc ?= "7179683c2125e6cc76a7d88c3de6b7e493621130"
8SRCREV_meta ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599" 8SRCREV_meta ?= "13ae75f4a26fcd65abe526ef5f1dcde0583f453d"
9 9
10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
11 11
12LINUX_VERSION ?= "3.10.38" 12LINUX_VERSION ?= "3.10.40"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15