* [PATCH 0/1] linux-yocto-bsps: perf fixes
@ 2012-10-08 13:54 Bruce Ashfield
2012-10-08 13:54 ` [PATCH 1/1] linux-yocto-bsps/3.4: perf: parallel build and tools fixes Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Bruce Ashfield @ 2012-10-08 13:54 UTC (permalink / raw)
To: richard.purdie; +Cc: poky
Richard/Saul,
This is the same as the oe-core equivalent and updates the
reference BSP SRCREVs to pickup two perf changes:
--->--->--->--->
Here are a couple of last minute perf fixes that were reported
recently. One fixes a parallel build issue and the other adapts
perf annotate to the typical yocto userspace.
I did as many build tests as I could here, but the changes are
small and safe.
This should be it for kernel updates for the release, unless
something major pops up.
--->--->--->--->
My same warning applies: I'm heading out for the day, and make
sure to reply to my gmail account if there are issues with this.
cc: Tom Zanussi <tom.zanussi@intel.com>
Cheers,
Bruce
The following changes since commit 000119d8eb8450b6cb8a419869b2097bfd91fdb8:
linux-yocto/3.4: perf: parallel build and tools fixes (2012-10-08 09:37:27 -0400)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/yocto-bsps
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/yocto-bsps
Bruce Ashfield (1):
linux-yocto-bsps/3.4: perf: parallel build and tools fixes
.../recipes-kernel/linux/linux-yocto_3.4.bbappend | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] linux-yocto-bsps/3.4: perf: parallel build and tools fixes
2012-10-08 13:54 [PATCH 0/1] linux-yocto-bsps: perf fixes Bruce Ashfield
@ 2012-10-08 13:54 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2012-10-08 13:54 UTC (permalink / raw)
To: richard.purdie; +Cc: poky
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>
---
.../recipes-kernel/linux/linux-yocto_3.4.bbappend | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 0a70143..5df39b2 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -3,10 +3,10 @@ KBRANCH_routerstationpro = "standard/routerstationpro"
KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
KBRANCH_beagleboard = "standard/beagleboard"
-SRCREV_machine_atom-pc ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f"
-SRCREV_machine_routerstationpro ?= "d041a78adac8cefd70ba42c316c07069b7b83def"
-SRCREV_machine_mpc8315e-rdb ?= "b7f8afa34eb1f3de110c0acfd6fb44bdae200e6a"
-SRCREV_machine_beagleboard ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f"
+SRCREV_machine_atom-pc ?= "449f7f520350700858f21a5554b81cc8ad23267d"
+SRCREV_machine_routerstationpro ?= "27e8b8dabfed786aaaafd2f7104c141597830089"
+SRCREV_machine_mpc8315e-rdb ?= "524ce8107febcfd88717f54d50d36ca7c6e6e437"
+SRCREV_machine_beagleboard ?= "449f7f520350700858f21a5554b81cc8ad23267d"
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-08 13:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 13:54 [PATCH 0/1] linux-yocto-bsps: perf fixes Bruce Ashfield
2012-10-08 13:54 ` [PATCH 1/1] linux-yocto-bsps/3.4: perf: parallel build and tools fixes Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.