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-05 09:42:04 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-06 17:59:17 +0100
commit5fa25041c3a03ee9326d8987bd7d2b5d4e216893 (patch)
tree3fb92bc52ab540d0c005a74b51fc02a4a69f4ff9 /meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
parent4aec869f6b04f46b388a814387833a6cfebfb225 (diff)
downloadpoky-5fa25041c3a03ee9326d8987bd7d2b5d4e216893.tar.gz
linux-yocto/3.10: update to v3.10.38
Updating to the korg -stable release. (From OE-Core rev: f71e40ff6ae98644800e15f8f472be6022a32f1e) 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/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 4087d02f6b..ff1e13fe64 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 ?= "d1e73a1e09f9641c44e7d713d1a6b5b088411459" 6SRCREV_machine ?= "8aa9023c5e2e2ca4180e971da9a2c139d5b3c79e"
7SRCREV_machine_qemuppc ?= "9a34d9c957e69f28e89e879d9dd6e8fe5c7270c5" 7SRCREV_machine_qemuppc ?= "3dd7fd5d191245ab92889e69060ff732bdec770b"
8SRCREV_meta ?= "7df9ef8ee47dc9023044614210f4c1d9d916dd5f" 8SRCREV_meta ?= "1eb79862c2959cfa305773e7f785d6d1810bf190"
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.35" 12LINUX_VERSION ?= "3.10.38"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15