summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-01-11 13:30:50 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-17 14:53:18 +0000
commit7561d5b204aadeae7103148980149dd24c0eae4f (patch)
tree337cd25cfe639d905b174f945e2865f9f4a3b536 /meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
parentbec7def38dfdb63670ae62bf59c2ff9078a58829 (diff)
downloadpoky-7561d5b204aadeae7103148980149dd24c0eae4f.tar.gz
linux-yocto: consolidated fix SRCREV updates
Updating the SRCREVs to include the following fixes from Khem Raj and Zumeng Chen. 6f5b118 compiler.h: Undef before redefining __attribute_const__ fe80c1e oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue (From OE-Core rev: 02e22816d68dc2bac7fed6952e52ea8a3d9532d2) 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.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index c6bf4465b2..145e54802e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -14,8 +14,8 @@ KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32"
14LINUX_VERSION ?= "3.0.14" 14LINUX_VERSION ?= "3.0.14"
15LINUX_KERNEL_TYPE = "preempt-rt" 15LINUX_KERNEL_TYPE = "preempt-rt"
16 16
17SRCREV_machine ?= "bcf4107c7f22d10952618a2ad146e6149d240cd2" 17SRCREV_machine ?= "f1cc220f4ddf434bf254707c83a45794a63f117f"
18SRCREV_machine_qemuppc ?= "1e5511ea2cb5f150ffce86071035a81c0499494b" 18SRCREV_machine_qemuppc ?= "8bd5b80cb3243dadc9d6c5c09482c49994dff1a8"
19SRCREV_meta ?= "73dafd44ea875df654129b32b2877f342d5573e4" 19SRCREV_meta ?= "73dafd44ea875df654129b32b2877f342d5573e4"
20 20
21PR = "r1" 21PR = "r1"