diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-07-10 13:11:03 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-10 20:26:34 +0100 |
commit | 7b31ae84295981d28d00686a13c5e8534e171e27 (patch) | |
tree | 918090f8451ce90f321dbbfb594300c594253767 /meta/recipes-kernel | |
parent | 06348fe76474a20e0fc2f2938919f782c3e5ae28 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.2.bb | 12 |
3 files changed, 9 insertions, 9 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 | ||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | 10 | ||
11 | SRCREV_machine ?= "5bc4c850a416406347ef08d1ed8cb8cf97d57f14" | 11 | SRCREV_machine ?= "01c5c310886e87e785db5c3bb776deb5ed2e03b2" |
12 | SRCREV_machine_qemuppc ?= "19c1534b244ff98a5d921bfad64ccde4f7337c3a" | 12 | SRCREV_machine_qemuppc ?= "9f5b45a730b902ed8a0809c9542512188e8fcabf" |
13 | SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" | 13 | SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" |
14 | 14 | ||
15 | PR = "${INC_PR}.0" | 15 | PR = "${INC_PR}.0" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb index f331aa8aea..9e130bae33 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb | |||
@@ -11,7 +11,7 @@ LINUX_VERSION ?= "3.2.18" | |||
11 | 11 | ||
12 | KMETA = "meta" | 12 | KMETA = "meta" |
13 | 13 | ||
14 | SRCREV_machine ?= "6f962975e52f7ebbb5c4897aa77d76f5957a000e" | 14 | SRCREV_machine ?= "2f986ab91c08c16f8d201518b11be0e367eb0e14" |
15 | SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" | 15 | SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" |
16 | 16 | ||
17 | PR = "${INC_PR}.0" | 17 | PR = "${INC_PR}.0" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb index 3aa19d264f..b1e893368e 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb | |||
@@ -9,12 +9,12 @@ KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs" | |||
9 | 9 | ||
10 | LINUX_VERSION ?= "3.2.18" | 10 | LINUX_VERSION ?= "3.2.18" |
11 | 11 | ||
12 | SRCREV_machine_qemuarm ?= "50a1849ed5e180dc900471d12f41e76f6fe38fff" | 12 | SRCREV_machine_qemuarm ?= "2ea2477e2965569517671ec03fa9496214e8bff1" |
13 | SRCREV_machine_qemumips ?= "24a13cca4ace1cb16da0a6379514bdea82924c06" | 13 | SRCREV_machine_qemumips ?= "17eb00dec08ef91acfb6d7adca81cb6e344b6c68" |
14 | SRCREV_machine_qemuppc ?= "b4c41eb3dfedb80c253886451bb4c5120c547c57" | 14 | SRCREV_machine_qemuppc ?= "14be92545abd339033570620e84ec2ae6780be29" |
15 | SRCREV_machine_qemux86 ?= "0e2accb1b10421b7daac77144b11862a4bb47caa" | 15 | SRCREV_machine_qemux86 ?= "34e76349ed6cb7cadbbf94a5b34712d139703c8a" |
16 | SRCREV_machine_qemux86-64 ?= "6c62f352ad9ca61b0cb3e0ff9ae474d64c02e6ef" | 16 | SRCREV_machine_qemux86-64 ?= "f3625121d459b8e38f7528c2f5d2feb6078d0de9" |
17 | SRCREV_machine ?= "0ec416edf0b0cab3e919c0a1c167a883f8b344a2" | 17 | SRCREV_machine ?= "7cc31a952f78b8f8e8469eed93c23e9675a8eeb5" |
18 | SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" | 18 | SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" |
19 | 19 | ||
20 | PR = "${INC_PR}.0" | 20 | PR = "${INC_PR}.0" |