diff options
-rw-r--r-- | meta-poky/conf/templates/default/local.conf.sample | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample index cfa77106ab..7dc44d91d6 100644 --- a/meta-poky/conf/templates/default/local.conf.sample +++ b/meta-poky/conf/templates/default/local.conf.sample | |||
@@ -125,24 +125,25 @@ DISTRO ?= "poky" | |||
125 | # Extra image configuration defaults | 125 | # Extra image configuration defaults |
126 | # | 126 | # |
127 | # The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated | 127 | # The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated |
128 | # images. Some of these options are added to certain image types automatically. The | 128 | # images. Some of these options are added to certain image types automatically. Some |
129 | # variable can contain the following options: | 129 | # of the features available are: |
130 | # "dbg-pkgs" - add -dbg packages for all installed packages | 130 | # "dbg-pkgs" - add -dbg packages for all installed packages |
131 | # (adds symbol information for debugging/profiling) | 131 | # (adds symbol information for debugging/profiling) |
132 | # "src-pkgs" - add -src packages for all installed packages | 132 | # "src-pkgs" - add -src packages for all installed packages |
133 | # (adds source code for debugging) | 133 | # (adds source code for debugging) |
134 | # "dev-pkgs" - add -dev packages for all installed packages | 134 | # "dev-pkgs" - add -dev packages for all installed packages |
135 | # (useful if you want to develop against libs in the image) | 135 | # (useful if you want to develop against libs in the image) |
136 | # "ptest-pkgs" - add -ptest packages for all ptest-enabled packages | 136 | # "ptest-pkgs" - add -ptest packages for all ptest-enabled packages |
137 | # (useful if you want to run the package test suites) | 137 | # (useful if you want to run the package test suites) |
138 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) | 138 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) |
139 | # "tools-debug" - add debugging tools (gdb, strace) | 139 | # "tools-debug" - add debugging tools (gdb, strace) |
140 | # "eclipse-debug" - add Eclipse remote debugging support | 140 | # "eclipse-debug" - add Eclipse remote debugging support |
141 | # "tools-profile" - add profiling tools (oprofile, lttng, valgrind) | 141 | # "tools-profile" - add profiling tools (oprofile, lttng, valgrind) |
142 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) | 142 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) |
143 | # "debug-tweaks" - make an image suitable for development | 143 | # "allow-empty-password" - allow users to have an empty password |
144 | # e.g. ssh root access has a blank password | 144 | # "empty-root-password" - the root user has no password set |
145 | # There are other application targets that can be used here too, see | 145 | # "allow-root-login - the root user can login |
146 | # There are other features that can be used here too, see | ||
146 | # meta/classes-recipe/image.bbclass and | 147 | # meta/classes-recipe/image.bbclass and |
147 | # meta/classes-recipe/core-image.bbclass for more details. | 148 | # meta/classes-recipe/core-image.bbclass for more details. |
148 | # We default to allowing root login without a password for convenience. | 149 | # We default to allowing root login without a password for convenience. |