summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-23 09:11:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-25 17:59:59 +0100
commit5a23ec28c2509f48bdb697ac7019b12d0200750d (patch)
tree3445e35fe9d2cf1fe31a3bf666d12bf08a07a050 /documentation/poky-ref-manual
parentcd71ed5b5872c3b112b4d705674b384662762bb4 (diff)
downloadast2050-yocto-poky-5a23ec28c2509f48bdb697ac7019b12d0200750d.zip
ast2050-yocto-poky-5a23ec28c2509f48bdb697ac7019b12d0200750d.tar.gz
documenation/poky-ref-manual/ref-variables.xml: debug-tweaks qualified
I noted that the developer should remove this option from EXTRA_IMAGE_FEATURES before they create a production image. (From yocto-docs rev: 8de6c789d1a1ed5e721c16f53bb27de18ae88238) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml58
1 files changed, 30 insertions, 28 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 0bde659..7ebe165 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -337,34 +337,36 @@
You can use this variable to add more features in addition to those.
Here are some examples of features you can add:</para>
<literallayout class='monospaced'>
- "dbg-pkgs" - Adds -dbg packages for all installed packages
- including symbol information for debugging and
- profiling.
-
- "dev-pkgs" - Adds -dev packages for all installed packages.
- This is useful if you want to develop against
- the libraries in the image.
-
- "tools-sdk" - Adds development tools such as gcc, make,
- pkgconfig and so forth.
-
- "tools-debug" - Adds debugging tools such as gdb and
- strace.
-
- "tools-profile" - Adds profiling tools such as oprofile,
- exmap, lttng and valgrind (x86 only).
-
- "tools-testapps" - Adds useful testing tools such as
- ts_print, aplay, arecord and so
- forth.
-
- "debug-tweaks" - Makes an image suitable for development.
- For example, 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.
+"dbg-pkgs" - Adds -dbg packages for all installed packages
+ including symbol information for debugging and
+ profiling.
+
+"dev-pkgs" - Adds -dev packages for all installed packages.
+ This is useful if you want to develop against
+ the libraries in the image.
+
+"tools-sdk" - Adds development tools such as gcc, make,
+ pkgconfig and so forth.
+
+"tools-debug" - Adds debugging tools such as gdb and
+ strace.
+
+"tools-profile" - Adds profiling tools such as oprofile,
+ exmap, lttng and valgrind (x86 only).
+
+"tools-testapps" - Adds useful testing tools such as
+ ts_print, aplay, arecord and so
+ forth.
+
+"debug-tweaks" - Makes an image suitable for development.
+ For example, ssh root access has a blank
+ password. You should remove this feature
+ before you produce a production image.
+
+ There are other application targets too, see
+ <filename>meta/classes/poky-image.bbclass</filename>
+ and <filename>meta/packages/tasks/task-poky.bb</filename>
+ for more details.
</literallayout>
</glossdef>
</glossentry>
OpenPOWER on IntegriCloud