diff options
| -rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 8b1470b533..1aa00f3d84 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
| @@ -297,6 +297,49 @@ | |||
| 297 | </glossdef> | 297 | </glossdef> |
| 298 | </glossentry> | 298 | </glossentry> |
| 299 | 299 | ||
| 300 | <glossentry id='var-EXTRA_IMAGE_FEATURES'><glossterm>EXTRA_IMAGE_FEATURES</glossterm> | ||
| 301 | <glossdef> | ||
| 302 | <para>Allows extra packages to be added to the generated images. | ||
| 303 | You set this variable in the <filename>local.conf</filename> | ||
| 304 | configuration file. | ||
| 305 | Note that some image features are also added using the | ||
| 306 | <link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link> | ||
| 307 | variable generally configured in image recipes. | ||
| 308 | You can use the EXTRA_IMAGE_FEATURES variable to add more features | ||
| 309 | in addition to those. | ||
| 310 | Here are some exmaples of features you can add:</para> | ||
| 311 | <literallayout class='monospaced'> | ||
| 312 | "dbg-pkgs" - Adds -dbg packages for all installed packages | ||
| 313 | including symbol information for debugging and | ||
| 314 | profiling. | ||
| 315 | |||
| 316 | "dev-pkgs" - Adds -dev packages for all installed packages. | ||
| 317 | This is useful if you want to develop against | ||
| 318 | the libraries in the image. | ||
| 319 | |||
| 320 | "tools-sdk" - Adds development tools such as gcc, make, | ||
| 321 | pkgconfig and so forth. | ||
| 322 | |||
| 323 | "tools-debug" - Adds debugging tools such as gdb and | ||
| 324 | strace. | ||
| 325 | |||
| 326 | "tools-profile" - Adds profiling tools such as oprofile, | ||
| 327 | exmap, lttng and valgrind (x86 only). | ||
| 328 | |||
| 329 | "tools-testapps" - Adds useful testing tools such as ts_print, | ||
| 330 | aplay, arecord and so forth. | ||
| 331 | |||
| 332 | "debug-tweaks" - Makes an image suitable for development. | ||
| 333 | For example, ssh root access has a blank | ||
| 334 | password. There are other application | ||
| 335 | targets too, see meta/classes/poky-image.bbclass | ||
| 336 | and meta/packages/tasks/task-poky.bb | ||
| 337 | for more details. | ||
| 338 | </literallayout> | ||
| 339 | |||
| 340 | </glossdef> | ||
| 341 | </glossentry> | ||
| 342 | |||
| 300 | <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> | 343 | <glossentry id='var-EXTRA_OECMAKE'><glossterm>EXTRA_OECMAKE</glossterm> |
| 301 | <glossdef> | 344 | <glossdef> |
| 302 | <para>Additional cmake options</para> | 345 | <para>Additional cmake options</para> |
