summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-09-04 22:20:23 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-05 16:27:54 +0100
commitcec4879eda6fa3b54d176beeccd3994726b27cfb (patch)
treefb15681df803706ba8bb2ca51a986e95aaf4210d /meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
parent19904ae51b2933c3170394d3f327f8b7a07f9b42 (diff)
downloadpoky-cec4879eda6fa3b54d176beeccd3994726b27cfb.tar.gz
linux-yocto/3.10: update to v3.10.10
Updating the BSP SRCREVs for the 3.10.10 korg -stable release. (From OE-Core rev: 9171dc4bb56109d65eeb1d1a434b6e311c89b173) 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.bb6
1 files changed, 3 insertions, 3 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 797cad7ce3..a2e0310d69 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 ?= "94e63f0640ef3680a605e82ee19f3de688f0ec59" 6SRCREV_machine ?= "38793e629654f6b3e3f371a6b1f1745df26450f4"
7SRCREV_machine_qemuppc ?= "2c0455935f1964ce69c70d0f7980a656040e50ea" 7SRCREV_machine_qemuppc ?= "d4c836c55fce6f1a7f299bba2104f457b201c63d"
8SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446" 8SRCREV_meta ?= "cd502a88148ab214b54860f97a96f41858fd6446"
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.9" 12LINUX_VERSION ?= "3.10.10"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15