summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-03-16 10:57:42 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-19 14:37:37 +0000
commit81125c72205ea2e61873f4b02b9c0d7de6c6a5ee (patch)
tree38f7a21783c778fec4a3c11587db73a55ca861c4 /meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
parentb5ed167161d94c3c07de0b305a17798a420c7ac8 (diff)
downloadpoky-81125c72205ea2e61873f4b02b9c0d7de6c6a5ee.tar.gz
linux-yocto/3.2: update to v3.2.11
Updating the 3.2 meta and board branches to the latest 3.2-stable update. (From OE-Core rev: 5de1757cc139565b02c6c56b4aa78a2401b42aa9) 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.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
index 85e2f56ed0..f31baeb241 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
@@ -11,12 +11,12 @@ KMACHINE_qemumips = "mti-malta32-be"
11KBRANCH = "standard/preempt-rt/base" 11KBRANCH = "standard/preempt-rt/base"
12KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" 12KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32"
13 13
14LINUX_VERSION ?= "3.2.9" 14LINUX_VERSION ?= "3.2.11"
15LINUX_KERNEL_TYPE = "preempt-rt" 15LINUX_KERNEL_TYPE = "preempt-rt"
16 16
17SRCREV_machine ?= "ae15fb7aaba7d12c48e1a1d30e5b8857d40b9b10" 17SRCREV_machine ?= "32ecb53e9ff759bbd297a10712b62a6575daaf86"
18SRCREV_machine_qemuppc ?= "963f79376e583ff79c55fd275b79bfc9a3aedd8e" 18SRCREV_machine_qemuppc ?= "0d5625bb868cc2471d5dd49eb7abe7eb5fe1044b"
19SRCREV_meta ?= "42fff722188e0de7246a3a6900eeeeaf69f87047" 19SRCREV_meta ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f"
20 20
21PR = "r1" 21PR = "r1"
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"