diff options
Diffstat (limited to 'build')
-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" | |||
30 | 30 | ||
31 | # IMAGE_FEATURES configuration of the generated images | 31 | # IMAGE_FEATURES configuration of the generated images |
32 | # (Some of these are automatically added to certain image types) | 32 | # (Some of these are automatically added to certain image types) |
33 | # "dev-pkgs" - add -dev packages for all installed packages | 33 | # "dbg-pkgs" - add -dbg packages for all installed packages |
34 | # (useful if you want to develop against libs in the image) | 34 | # (adds symbol information for debugging/profiling) |
35 | # "dbg-pkgs" - add -dbg packages for all installed packages | 35 | # "dev-pkgs" - add -dev packages for all installed packages |
36 | # (adds symbol information for debugging/profiling) | 36 | # (useful if you want to develop against libs in the image) |
37 | # "apps-core" - core applications | 37 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) |
38 | # "apps-pda" - add PDA application suite (contacts, dates, etc.) | 38 | # "tools-debug" - add debugging tools (gdb, strace) |
39 | # "dev-tools" - add development tools (gcc, make, pkgconfig etc.) | 39 | # "tools-profile" - add profiling tools (oprofile, exmap, lttng valgrind (x86 only)) |
40 | # "dbg-tools" - add debugging tools (gdb, strace, oprofile, etc.) | 40 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) |
41 | # "test-tools" - add useful testing tools (ts_print, aplay, arecord etc.) | 41 | # "debug-tweaks" - make an image for suitable of development |
42 | # "debug-tweaks" - make an image for suitable of development | 42 | # e.g. ssh root access has a blank password |
43 | # e.g. ssh root access has a blank password | 43 | # There are other application targets too, see meta/classes/poky-image.bbclass |
44 | 44 | # and meta/packages/tasks/task-poky.bb for more details. | |
45 | IMAGE_FEATURES = "dbg-tools test-tools debug-tweaks" | 45 | |
46 | IMAGE_FEATURES = "tools-dbg tools-profile tools-testapps debug-tweaks" | ||
46 | 47 | ||
47 | # A list of packaging systems used in generated images | 48 | # A list of packaging systems used in generated images |
48 | # The first package type listed will be used for rootfs generation | 49 | # The first package type listed will be used for rootfs generation |