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-06-17 11:26:11 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-17 17:56:57 +0100
commitddab1a50aef012a8c6822e569ae2974eed4ee8ed (patch)
tree4f4b5d4bc98caa95b1b87f81bd831cb1a3e264a9 /meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
parent053620a4cbd3fdfce899165db1d698085f81a018 (diff)
downloadpoky-ddab1a50aef012a8c6822e569ae2974eed4ee8ed.tar.gz
linux-yocto/3.10: update to v3.10.41
(From OE-Core rev: f3f9d92f7554ca5428e709831fd14bf9239f7aab) 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 4648b5504b..a1cee9f644 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 ?= "c2869b4ecec4fe3efee1ec44e4be6d83dbeac225" 6SRCREV_machine ?= "f49f81e77f7bf3191a11c2557b2b47a8d0927a3a"
7SRCREV_machine_qemuppc ?= "7179683c2125e6cc76a7d88c3de6b7e493621130" 7SRCREV_machine_qemuppc ?= "2ef670ee74499eed8564da01bc43930343a2deb4"
8SRCREV_meta ?= "13ae75f4a26fcd65abe526ef5f1dcde0583f453d" 8SRCREV_meta ?= "b6d95bb5bf6b9e9b5c149e68ffed6db7a58b4187"
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.40" 12LINUX_VERSION ?= "3.10.41"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15