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-07-10 13:11:03 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-10 20:26:34 +0100
commit7b31ae84295981d28d00686a13c5e8534e171e27 (patch)
tree918090f8451ce90f321dbbfb594300c594253767 /meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
parent06348fe76474a20e0fc2f2938919f782c3e5ae28 (diff)
downloadpoky-7b31ae84295981d28d00686a13c5e8534e171e27.tar.gz
linux-yocto/3.2: perf: fix mips build
Updating SRCREVs for the following fix: Author: Tom Zanussi <tom.zanussi@intel.com> Date: Tue Jul 10 09:38:40 2012 -0500 perf: add sgidefs.h to for mips builds Allow Python.h to find the definitions it needs on mips i.e. get rid of the error: "_ABIN32" is not defined. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> (From OE-Core rev: 04396899dc7973261404d5fbec3f85aa03a32e03) 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.bb4
1 files changed, 2 insertions, 2 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 6b980360cb..bfab6ba18a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
@@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "5bc4c850a416406347ef08d1ed8cb8cf97d57f14" 11SRCREV_machine ?= "01c5c310886e87e785db5c3bb776deb5ed2e03b2"
12SRCREV_machine_qemuppc ?= "19c1534b244ff98a5d921bfad64ccde4f7337c3a" 12SRCREV_machine_qemuppc ?= "9f5b45a730b902ed8a0809c9542512188e8fcabf"
13SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" 13SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"