From 497d774201f2f222527f6c53f22c6f04877fc416 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 16 Jun 2011 07:42:42 -0700 Subject: documentation/poky-ref-manual/ref-variables.xml - YOCTO #1104 EXTRA_IMAGE_FEATURES YOCTO #1104 - Added a glossary entry for the EXTRA_IMAGE_FEATURES variable. (From yocto-docs rev: f81a85322d944d33484da73020593891811a045a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 43 +++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'documentation/poky-ref-manual') 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 @@ + EXTRA_IMAGE_FEATURES + + Allows extra packages to be added to the generated images. + You set this variable in the local.conf + configuration file. + Note that some image features are also added using the + IMAGE_FEATURES + variable generally configured in image recipes. + You can use the EXTRA_IMAGE_FEATURES variable to add more features + in addition to those. + Here are some exmaples of features you can add: + +"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. + + + + + EXTRA_OECMAKE Additional cmake options -- cgit v1.2.3-54-g00ecf