* [PATCH 1/1] sysprof: new package
2010-11-27 4:00 [PATCH 0/1] Add sysprof package Tom Zanussi
@ 2010-11-26 17:57 ` Tom Zanussi
0 siblings, 0 replies; 2+ messages in thread
From: Tom Zanussi @ 2010-11-26 17:57 UTC (permalink / raw)
To: poky; +Cc: Tom Zanussi
Add sysprof, a system-wide performance profiler for Linux.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
---
.../conf/distro/include/poky-default-revisions.inc | 1 +
meta/recipes-core/tasks/task-poky-tools.bb | 1 +
meta/recipes-kernel/sysprof/sysprof_git.bb | 18 ++++++++++++++++++
3 files changed, 20 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-kernel/sysprof/sysprof_git.bb
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index f55ece2..1c2d01a 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -178,4 +178,5 @@ SRCDATE_yaffs2-utils ??= "20071107"
SRCREV_pn-zaurusd ??= "358"
SRCREV_pn-zypper ??= "9eb0e248e06c8d20ad054be2439149d9ede37531"
SRCREV_pn-blktrace ??= "1e09f6e9012826fca69fa07222b7bc53c3e629ee"
+SRCREV_pn-sysprof ??= "38a6af1f0a45e528fd2842983da71e0f23c70d6a"
diff --git a/meta/recipes-core/tasks/task-poky-tools.bb b/meta/recipes-core/tasks/task-poky-tools.bb
index dddef02..918d0a1 100644
--- a/meta/recipes-core/tasks/task-poky-tools.bb
+++ b/meta/recipes-core/tasks/task-poky-tools.bb
@@ -48,6 +48,7 @@ RRECOMMENDS_task-poky-tools-profile = "\
trace-cmd \
kernel-module-oprofile \
blktrace \
+ sysprof \
"
# exmap-console
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
new file mode 100644
index 0000000..cc2616e
--- /dev/null
+++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "sysprof - System-wide Performance Profiler for Linux"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+DEPENDS = "gtk+ libglade"
+
+PR = r0
+PV = "1.1.6+git${SRCPV}"
+
+SRC_URI = "git://git.gnome.org/sysprof;protocol=git \
+ "
+
+SRC_URI[md5sum] = "80902a7b3d6f7cb83eb6b47e87538747"
+SRC_URI[sha256sum] = "1c6403278fa4f3b37a1fb9f0784e496dce1703fe84ac03b2650bf469133a0cb3"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 0/1] Add sysprof package
@ 2010-11-27 4:00 Tom Zanussi
2010-11-26 17:57 ` [PATCH 1/1] sysprof: new package Tom Zanussi
0 siblings, 1 reply; 2+ messages in thread
From: Tom Zanussi @ 2010-11-27 4:00 UTC (permalink / raw)
To: poky; +Cc: Tom Zanussi
Add sysprof, one of the tracing/profiling tools mentioned in the Yocto v1.0
tracing/profiling tools list posted here:
https://lists.yoctoproject.org/pipermail/yocto/2010-November/000281.html
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: tzanussi/sysprof
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tzanussi/sysprof
Thanks,
Tom Zanussi <tom.zanussi@intel.com>
---
Tom Zanussi (1):
sysprof: new package
.../conf/distro/include/poky-default-revisions.inc | 1 +
meta/recipes-core/tasks/task-poky-tools.bb | 1 +
meta/recipes-kernel/sysprof/sysprof_git.bb | 18 ++++++++++++++++++
3 files changed, 20 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-kernel/sysprof/sysprof_git.bb
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-27 4:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27 4:00 [PATCH 0/1] Add sysprof package Tom Zanussi
2010-11-26 17:57 ` [PATCH 1/1] sysprof: new package Tom Zanussi
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.