diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-29 14:31:00 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-29 14:31:00 +0000 |
commit | eabfa35d7ce40d5eb9c0f74e9ef3db400c0c696d (patch) | |
tree | 2f09f6c743ecc803f0f29f9fc1c3c5984059e82e /build/conf | |
parent | 320682b71e93e666dd5255ee3114e42096c5f692 (diff) | |
download | openembedded-core-eabfa35d7ce40d5eb9c0f74e9ef3db400c0c696d.tar.gz openembedded-core-eabfa35d7ce40d5eb9c0f74e9ef3db400c0c696d.tar.bz2 openembedded-core-eabfa35d7ce40d5eb9c0f74e9ef3db400c0c696d.zip |
Rewrite IMAGE_FEATURES tools options (people may be to update their local.conf), split into debug and profiling and add more profiling tools.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2063 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/local.conf.sample | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 92f49097b7..3c22e0a2f8 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -30,19 +30,20 @@ DISTRO ?= "poky" # IMAGE_FEATURES configuration of the generated images # (Some of these are automatically added to certain image types) -# "dev-pkgs" - add -dev packages for all installed packages -# (useful if you want to develop against libs in the image) -# "dbg-pkgs" - add -dbg packages for all installed packages -# (adds symbol information for debugging/profiling) -# "apps-core" - core applications -# "apps-pda" - add PDA application suite (contacts, dates, etc.) -# "dev-tools" - add development tools (gcc, make, pkgconfig etc.) -# "dbg-tools" - add debugging tools (gdb, strace, oprofile, etc.) -# "test-tools" - add useful testing tools (ts_print, aplay, arecord etc.) -# "debug-tweaks" - make an image for suitable of development -# e.g. ssh root access has a blank password - -IMAGE_FEATURES = "dbg-tools test-tools debug-tweaks" +# "dbg-pkgs" - add -dbg packages for all installed packages +# (adds symbol information for debugging/profiling) +# "dev-pkgs" - add -dev packages for all installed packages +# (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-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) +# "debug-tweaks" - make an image for suitable of development +# e.g. ssh root access has a blank password +# There are other application targets too, see meta/classes/poky-image.bbclass +# and meta/packages/tasks/task-poky.bb for more details. + +IMAGE_FEATURES = "tools-dbg tools-profile tools-testapps debug-tweaks" # A list of packaging systems used in generated images # The first package type listed will be used for rootfs generation |