diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-10-08 09:49:38 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-08 16:21:58 +0100 |
commit | f06e7d38db35c56c71a42264361ec45fb3777a14 (patch) | |
tree | c1d599e7013f6a2f4c5111c258480e34ccf94bd2 /meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | |
parent | e0ff54db5a5ab171ee1d0dbcf7f267235c21e601 (diff) | |
download | openembedded-core-f06e7d38db35c56c71a42264361ec45fb3777a14.tar.gz openembedded-core-f06e7d38db35c56c71a42264361ec45fb3777a14.tar.bz2 openembedded-core-f06e7d38db35c56c71a42264361ec45fb3777a14.zip |
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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb index c8bf028f7e..91dc54fa02 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb @@ -8,9 +8,9 @@ LINUX_KERNEL_TYPE = "preempt-rt" KMETA = "meta" -SRCREV_machine ?= "6d7122966eaae849ba3f2e1ccb94cdab17a46fbd" -SRCREV_machine_qemuppc ?= "8b2acbc859c616dfcad79f786bacb856f370f4c2" -SRCREV_meta ?= "5bdc655034a58a7147176a8a882d81e2fd51e4b9" +SRCREV_machine ?= "5705c8037d2c47938034ead87c70ae3ebef552f7" +SRCREV_machine_qemuppc ?= "c8b651aab5d2d5c0839cdedc0c0ec5dc09cf47c0" +SRCREV_meta ?= "a201268353c030d9fafe00f2041976f7437d9386" PR = "${INC_PR}.0" PV = "${LINUX_VERSION}+git${SRCPV}" |