[oe-commits] Jack Mitchell : local.conf.sample: change valgrind support architecture comment

git at git.openembedded.org git at git.openembedded.org
Fri Sep 14 16:19:32 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 7887b99646d8e1e736ad6e4a306e47df9955221e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7887b99646d8e1e736ad6e4a306e47df9955221e

Author: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Date:   Thu Sep 13 13:27:21 2012 +0100

local.conf.sample: change valgrind support architecture comment

The comment for debug-tools states valgrind will only be installed for x86
targets. This is not true as valgrind now supports x86*, PPC* and ARMv7a;
delete the comment as the architecture support is now so varied.

Signed-off-by: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/local.conf.sample |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 5679c03..04d947f 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -119,7 +119,7 @@ PACKAGE_CLASSES ?= "package_ipk"
 #                     (useful if you want to develop against libs in the image)
 #  "tools-sdk"      - add development tools (gcc, make, pkgconfig etc.)
 #  "tools-debug"    - add debugging tools (gdb, strace)
-#  "tools-profile"  - add profiling tools (oprofile, exmap, lttng valgrind (x86 only))
+#  "tools-profile"  - add profiling tools (oprofile, exmap, 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





More information about the Openembedded-commits mailing list