diff options
| -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> |
