mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
04232f5908
commit
df9800cf08
@@ -12,7 +12,7 @@ LINUX_VERSION ?= "3.4.11"
|
||||
|
||||
KMETA = "meta"
|
||||
|
||||
SRCREV_machine ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f"
|
||||
SRCREV_machine ?= "449f7f520350700858f21a5554b81cc8ad23267d"
|
||||
SRCREV_meta ?= "a201268353c030d9fafe00f2041976f7437d9386"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user