* [PATCH 1/2] Remove obsolete references to exmap
@ 2016-02-09 2:46 Randy MacLeod
2016-02-09 2:46 ` [PATCH 2/2] buildstats.bbclass: remove dead URL from comment Randy MacLeod
0 siblings, 1 reply; 2+ messages in thread
From: Randy MacLeod @ 2016-02-09 2:46 UTC (permalink / raw)
To: openembedded-core
Exmap was a useful tool but it appears to be unsupported.
Remove it from the sample local.conf and remove the
commented lines from the profile tools packagegroup.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
meta/conf/local.conf.sample | 2 +-
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 11449e8..38ee656 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -108,7 +108,7 @@ PACKAGE_CLASSES ?= "package_ipk"
# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.)
# "tools-debug" - add debugging tools (gdb, strace)
# "eclipse-debug" - add Eclipse remote debugging support
-# "tools-profile" - add profiling tools (oprofile, exmap, lttng, valgrind)
+# "tools-profile" - add profiling tools (oprofile, lttng, valgrind)
# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
# "debug-tweaks" - make an image suitable for development
# e.g. ssh root access has a blank password
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 80f5933..59d930b 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -67,9 +67,6 @@ VALGRIND_mips64n32 = ""
VALGRIND_arm = ""
VALGRIND_aarch64 = ""
-# exmap-console
-# exmap-server
-
RDEPENDS_${PN} = "\
${PROFILETOOLS} \
${LTTNGUST} \
--
2.4.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] buildstats.bbclass: remove dead URL from comment
2016-02-09 2:46 [PATCH 1/2] Remove obsolete references to exmap Randy MacLeod
@ 2016-02-09 2:46 ` Randy MacLeod
0 siblings, 0 replies; 2+ messages in thread
From: Randy MacLeod @ 2016-02-09 2:46 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
meta/classes/buildstats.bbclass | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta/classes/buildstats.bbclass b/meta/classes/buildstats.bbclass
index daf0b86..e58d37b 100644
--- a/meta/classes/buildstats.bbclass
+++ b/meta/classes/buildstats.bbclass
@@ -4,8 +4,7 @@ BUILDSTATS_BASE = "${TMPDIR}/buildstats/"
# Build statistics gathering.
#
# The CPU and Time gathering/tracking functions and bbevent inspiration
-# were written by Christopher Larson and can be seen here:
-# http://kergoth.pastey.net/142813
+# were written by Christopher Larson.
#
################################################################################
--
2.4.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-09 2:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 2:46 [PATCH 1/2] Remove obsolete references to exmap Randy MacLeod
2016-02-09 2:46 ` [PATCH 2/2] buildstats.bbclass: remove dead URL from comment Randy MacLeod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox