diff options
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/local.conf.sample | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 9fb83dc378..e5d14301b4 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -28,12 +28,21 @@ DISTRO = "poky" | |||
28 | # For bleeding edge / experimental / unstable package versions | 28 | # For bleeding edge / experimental / unstable package versions |
29 | # DISTRO = "poky-bleeding" | 29 | # DISTRO = "poky-bleeding" |
30 | 30 | ||
31 | # DISTRO_TYPE determines the type of images that will be built | 31 | # IMAGE_FEATURES configuration of the generated images |
32 | # "release" - create a streamlined and secure image | 32 | # (Some of these are automatically added to certain image types) |
33 | # "debug" - enable easier ssh access | 33 | # "dev-pkgs" - add -dev packages for all installed packages |
34 | # - include the devtools and testapps packages | 34 | # (useful if you want to develop against libs in the image) |
35 | 35 | # "dbg-pkgs" - add -dbg packages for all installed packages | |
36 | DISTRO_TYPE = "debug" | 36 | # (adds symbol information for debugging/profiling) |
37 | # "apps-core" - core applications | ||
38 | # "apps-pda" - add PDA application suite (contacts, dates, etc.) | ||
39 | # "dev-tools" - add development tools (gcc, make, pkgconfig etc.) | ||
40 | # "dbg-tools" - add debugging tools (gdb, strace, oprofile, etc.) | ||
41 | # "test-tools" - add useful testing tools (ts_print, aplay, arecord etc.) | ||
42 | # "debug-tweaks" - make an image for suitable of development | ||
43 | # e.g. ssh root access has a blank password | ||
44 | |||
45 | IMAGE_FEATURES = "dbg-tools test-tools debug-tweaks" | ||
37 | 46 | ||
38 | # A list of packaging systems used in generated images | 47 | # A list of packaging systems used in generated images |
39 | # The first package type listed will be used for rootfs generation | 48 | # The first package type listed will be used for rootfs generation |