]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/3.4: perf: parallel build and tools fixes
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 8 Oct 2012 13:49:38 +0000 (09:49 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Oct 2012 15:21:58 +0000 (16:21 +0100)
commitf06e7d38db35c56c71a42264361ec45fb3777a14
treec1d599e7013f6a2f4c5111c258480e34ccf94bd2
parente0ff54db5a5ab171ee1d0dbcf7f267235c21e601
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.

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>
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
meta/recipes-kernel/linux/linux-yocto_3.4.bb