summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_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-tiny_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-tiny_3.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb2
1 files changed, 1 insertions, 1 deletions
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
12KMETA = "meta" 12KMETA = "meta"
13 13
14SRCREV_machine ?= "6f962975e52f7ebbb5c4897aa77d76f5957a000e" 14SRCREV_machine ?= "2f986ab91c08c16f8d201518b11be0e367eb0e14"
15SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064" 15SRCREV_meta ?= "07ee09b520579b9f29bd15fefb01fd28b34c6064"
16 16
17PR = "${INC_PR}.0" 17PR = "${INC_PR}.0"