summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-10-08 09:49:38 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:24:13 +0100
commit571259cc48b8d9b64e93a20851dfc59b0940ef4c (patch)
treeaf32be4509660250f4de28afcb2b0a9104d3c827 /meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
parentad4112668188940dcf9e53b0410714a78349a0f3 (diff)
downloadpoky-571259cc48b8d9b64e93a20851dfc59b0940ef4c.tar.gz
linux-yocto/3.4: perf: parallel build and tools fixes
korg commit 42dcd1f4e [perf tools: Fix parallel build] fixes parallel build issues that are being seen in the autobuilder. We also have a fix from Tom: [ perf annotate: replace 'expand' with equivalent sed expression We don't have 'expand' in our userspace so we need to accomplish the same thing using 'sed', which we do have. ] So we apply it to all BSP branches and kernel types. (From OE-Core rev: f06e7d38db35c56c71a42264361ec45fb3777a14) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> 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.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
index a0c8ffb596..60b877f7ea 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -12,7 +12,7 @@ LINUX_VERSION ?= "3.4.11"
12 12
13KMETA = "meta" 13KMETA = "meta"
14 14
15SRCREV_machine ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f" 15SRCREV_machine ?= "449f7f520350700858f21a5554b81cc8ad23267d"
16SRCREV_meta ?= "a201268353c030d9fafe00f2041976f7437d9386" 16SRCREV_meta ?= "a201268353c030d9fafe00f2041976f7437d9386"
17 17
18 18