diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-23 09:11:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 17:59:59 +0100 |
commit | 5a23ec28c2509f48bdb697ac7019b12d0200750d (patch) | |
tree | 3445e35fe9d2cf1fe31a3bf666d12bf08a07a050 /documentation | |
parent | cd71ed5b5872c3b112b4d705674b384662762bb4 (diff) | |
download | 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')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 58 |
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 0bde65915c..7ebe165e10 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -337,34 +337,36 @@ | |||
337 | You can use this variable to add more features in addition to those. | 337 | You can use this variable to add more features in addition to those. |
338 | Here are some examples of features you can add:</para> | 338 | Here are some examples of features you can add:</para> |
339 | <literallayout class='monospaced'> | 339 | <literallayout class='monospaced'> |
340 | "dbg-pkgs" - Adds -dbg packages for all installed packages | 340 | "dbg-pkgs" - Adds -dbg packages for all installed packages |
341 | including symbol information for debugging and | 341 | including symbol information for debugging and |
342 | profiling. | 342 | profiling. |
343 | 343 | ||
344 | "dev-pkgs" - Adds -dev packages for all installed packages. | 344 | "dev-pkgs" - Adds -dev packages for all installed packages. |
345 | This is useful if you want to develop against | 345 | This is useful if you want to develop against |
346 | the libraries in the image. | 346 | the libraries in the image. |
347 | 347 | ||
348 | "tools-sdk" - Adds development tools such as gcc, make, | 348 | "tools-sdk" - Adds development tools such as gcc, make, |
349 | pkgconfig and so forth. | 349 | pkgconfig and so forth. |
350 | 350 | ||
351 | "tools-debug" - Adds debugging tools such as gdb and | 351 | "tools-debug" - Adds debugging tools such as gdb and |
352 | strace. | 352 | strace. |
353 | 353 | ||
354 | "tools-profile" - Adds profiling tools such as oprofile, | 354 | "tools-profile" - Adds profiling tools such as oprofile, |
355 | exmap, lttng and valgrind (x86 only). | 355 | exmap, lttng and valgrind (x86 only). |
356 | 356 | ||
357 | "tools-testapps" - Adds useful testing tools such as | 357 | "tools-testapps" - Adds useful testing tools such as |
358 | ts_print, aplay, arecord and so | 358 | ts_print, aplay, arecord and so |
359 | forth. | 359 | forth. |
360 | 360 | ||
361 | "debug-tweaks" - Makes an image suitable for development. | 361 | "debug-tweaks" - Makes an image suitable for development. |
362 | For example, ssh root access has a blank | 362 | For example, ssh root access has a blank |
363 | password. There are other application | 363 | password. You should remove this feature |
364 | targets too, see | 364 | before you produce a production image. |
365 | meta/classes/poky-image.bbclass | 365 | |
366 | and meta/packages/tasks/task-poky.bb | 366 | There are other application targets too, see |
367 | for more details. | 367 | <filename>meta/classes/poky-image.bbclass</filename> |
368 | and <filename>meta/packages/tasks/task-poky.bb</filename> | ||
369 | for more details. | ||
368 | </literallayout> | 370 | </literallayout> |
369 | </glossdef> | 371 | </glossdef> |
370 | </glossentry> | 372 | </glossentry> |