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-11-04 00:56:23 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-04 09:36:20 +0000
commita23c7e9ab7f25b6c5a68fc8a33b3e66acc5a3525 (patch)
treec8ee1e87fc35d85f34a65c7e77a91136859bad95 /meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
parentf3541226b8b1187e79dec0f6f9f3c58cedf9ac9b (diff)
downloadpoky-a23c7e9ab7f25b6c5a68fc8a33b3e66acc5a3525.tar.gz
linux-yocto-3.10: bump to 3.10.17 and -rt11
Updating the SRCREVs to reflect the integration of the .17 -stable release and the preempt-rt up date to -rt11. (From OE-Core rev: cefa022b814b8b4f9afacecf3bb035d211a0f3bf) 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 603edde338..848b04adf9 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 ?= "cea2d99f298cd3e356f273631a647c93a178881f" 6SRCREV_machine ?= "57bf925362d72bbcd800e0d7d7606387bff1db12"
7SRCREV_machine_qemuppc ?= "a93e52c77f25a018be54c82e3ccfa0a50555117b" 7SRCREV_machine_qemuppc ?= "60d63f2aece6d7ddb1ef50168fe2bc0586dbdbf9"
8SRCREV_meta ?= "452f0679ea93a6cb4433bebd7177629228a5cf68" 8SRCREV_meta ?= "43dd30e1955545a264fda63b4f66bb8f5cd875f9"
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.11" 12LINUX_VERSION ?= "3.10.17"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15