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-06 09:03:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 11:55:35 -0800
commit2129519e346f321abcf32f8107dd6f60a96e69aa (patch)
treebc64d9577ad95a04f3403f476d4c792a5bf1ca13 /meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
parenta8e78d527e4b86106e789243f49c4b0a64e03ac2 (diff)
downloadpoky-2129519e346f321abcf32f8107dd6f60a96e69aa.tar.gz
linux-yocto: v3.2.9, v3.0.23 + fixes and updates
This is an update of the linux-yocto 3.0 and 3.2 SRCREVs to bring in the following updates: - v3.0.23 stable update - v3.2.9 stable update - 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart - 3.0: pvr merge from Kishore Bodke - linux-yocto/rt: update to 3.0.23-rt38 - linux-yocto/rt: update to 3.2.9-rt15 These have been built for all qemu targets, and built for the appropriate hardware platforms. (From OE-Core rev: a9e7131b85e1787e6f76c64d77b2ac6684c8a9c9) 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.bb9
1 files changed, 4 insertions, 5 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 e5db5df253..efb1bc9c3c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
@@ -11,13 +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.8" 14LINUX_VERSION ?= "3.2.9"
15LINUX_KERNEL_TYPE = "preempt-rt" 15LINUX_KERNEL_TYPE = "preempt-rt"
16 16
17SRCREV_machine ?= "6ab03c43328172425a6f632bff694a8da6c99f0e" 17SRCREV_machine ?= "3652b606f1ab7769a7ecc86c70d22db4ef99fb2a"
18SRCREV_machine_qemuppc ?= "470deb222a704f84f3acf3a013a19d2da399d511" 18SRCREV_machine_qemuppc ?= "0c8f5214bc15699b41369751cdecea45f717c79c"
19SRCREV_meta ?= "4c648bbbc7d2204d1b24f444aebb10f91c4ecae3" 19SRCREV_meta ?= "fa83c7b0b47d1aa3e25594ddbcd125a1108d3aaa"
20
21 20
22PR = "r1" 21PR = "r1"
23PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"