From 3faa84f835d7abeaf04e6c14f3b03cdeb79eff76 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: 4fb4a4b441ac6e52499926f1076826175072cb88) 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/ref-variables.xml') 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