diff options
author | Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | 2012-09-13 13:27:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 17:12:52 +0100 |
commit | ea17310cdb38fe186de9f95f02bf4d03e23f55f3 (patch) | |
tree | f604f7fa599f3c3551516c40602f66bdea0b9661 | |
parent | ada2c27f751c6f9277787a5e774927bd38797706 (diff) | |
download | poky-ea17310cdb38fe186de9f95f02bf4d03e23f55f3.tar.gz |
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.
(From meta-yocto rev: bbb44a247ab3d3d2b9630a258a4b24338ffe12e8)
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 38507e3b3a..31d58d7c88 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -141,7 +141,7 @@ PACKAGE_CLASSES ?= "package_rpm" | |||
141 | # (useful if you want to develop against libs in the image) | 141 | # (useful if you want to develop against libs in the image) |
142 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) | 142 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) |
143 | # "tools-debug" - add debugging tools (gdb, strace) | 143 | # "tools-debug" - add debugging tools (gdb, strace) |
144 | # "tools-profile" - add profiling tools (oprofile, exmap, lttng valgrind (x86 only)) | 144 | # "tools-profile" - add profiling tools (oprofile, exmap, lttng, valgrind) |
145 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) | 145 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) |
146 | # "debug-tweaks" - make an image suitable for development | 146 | # "debug-tweaks" - make an image suitable for development |
147 | # e.g. ssh root access has a blank password | 147 | # e.g. ssh root access has a blank password |