summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-16 07:42:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:13:59 +0100
commit497d774201f2f222527f6c53f22c6f04877fc416 (patch)
treee414e07dd310e97ae2c2df79ecac9e73578b0af1 /documentation
parent7cd2ac0e40d854bab9a32512018aff6172500c0e (diff)
downloadpoky-497d774201f2f222527f6c53f22c6f04877fc416.tar.gz
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 <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.xml43
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>