* [PATCH 0/1] linux-yocto/3.0: perf script fixes
@ 2012-07-11 14:44 Bruce Ashfield
2012-07-11 14:44 ` [PATCH 1/1] linux-yocto/3.0: perf scripting support Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Bruce Ashfield @ 2012-07-11 14:44 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core, saul.wold
Richard/Saul,
Here are Tom's perf script fixes ported to the 3.0 kernel.
Cheers,
Bruce
cc: tom.zanussi@intel.com
The following changes since commit 6382732a7516c67cb1a3e3e438b06f4fc43efa4e:
libgomp: add libgomp (openmp) library, and build for powerpc targets by default (2012-07-11 11:35:53 +0100)
are available in the git at: repository
git://git.pokylinux.org/poky-contrib zedd/kernel
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (1):
linux-yocto/3.0: perf scripting support
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] linux-yocto/3.0: perf scripting support
2012-07-11 14:44 [PATCH 0/1] linux-yocto/3.0: perf script fixes Bruce Ashfield
@ 2012-07-11 14:44 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2012-07-11 14:44 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core, saul.wold
Updating the 3.0 SRCREVs to pickup the recent perf scripting fixes.
cef17a1 perf: add sgidefs.h to for mips builds
3258da3 perf: change --root to --prefix for python install
1f9c25b perf: add 'libperl not found' warning
f2b1bf1 perf: use pkg-config instead of python-config
568e05f perf tools: Add support to install perf python extension
7e47f81 Revert "perf: hard-code NO_LIBPERL/NO_LIBPYTHON"
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index 1dd95c6..c7d6ced 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -7,8 +7,8 @@ LINUX_VERSION ?= "3.0.32"
LINUX_KERNEL_TYPE = "preempt-rt"
KMETA = "meta"
-SRCREV_machine ?= "e67428d9966eecec4c081993dc64ceb5c0e64643"
-SRCREV_machine_qemuppc ?= "dcca458cb92cc287f70e4062f02460f36a881b16"
+SRCREV_machine ?= "bbd5bfe49403fdcca294ca4b163d5f7195ea3a8e"
+SRCREV_machine_qemuppc ?= "c3575ad0016173b6e0b953404eb6a770e75a1f11"
SRCREV_meta ?= "d282029891bba5440630a885b940dea5e34e3e2c"
PR = "${INC_PR}.0"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index d178cd0..2adbc46 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -11,12 +11,12 @@ KMETA = "meta"
LINUX_VERSION ?= "3.0.32"
-SRCREV_machine_qemuarm ?= "b8b6c3b6b3edf129ac26a27d779dd972c36e8ebd"
-SRCREV_machine_qemumips ?= "33a643547e983adb442ff8e15645881816b17a7d"
-SRCREV_machine_qemuppc ?= "bd9a3c4c066bd4b9f52b51aaaec9b029a7abe793"
-SRCREV_machine_qemux86 ?= "70342faea067476774eb55f4e3098af0bcc48782"
-SRCREV_machine_qemux86-64 ?= "cba836a545fbeb96f6f2392c3ecbac9d7735fa65"
-SRCREV_machine ?= "bd6ad607c754dea30d91502a237870b4c45e0f1b"
+SRCREV_machine_qemuarm ?= "f2d606dfbc61d10847783f1e7c1dcb0ecabf3220"
+SRCREV_machine_qemumips ?= "57f4bbfb4c65e4c8e349401b877f1661fb026ed6"
+SRCREV_machine_qemuppc ?= "d8779a6245d13c3b56eabac36a14c8896f448566"
+SRCREV_machine_qemux86 ?= "33d5d1ea371dad280e5bcfadd12c3a360c6bc5b8"
+SRCREV_machine_qemux86-64 ?= "fe23c7dd94eb94dd5887028683093615ac921086"
+SRCREV_machine ?= "cef17a18d72eae749dc78de3c83772f52815d842"
SRCREV_meta ?= "d282029891bba5440630a885b940dea5e34e3e2c"
PR = "${INC_PR}.0"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-11 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-11 14:44 [PATCH 0/1] linux-yocto/3.0: perf script fixes Bruce Ashfield
2012-07-11 14:44 ` [PATCH 1/1] linux-yocto/3.0: perf scripting support Bruce Ashfield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox