diff options
Diffstat (limited to 'meta')
-rw-r--r-- | 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 5679c030dd..04d947ff99 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 |