diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-26 11:54:12 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-26 23:30:30 +0100 |
commit | 75f557655b7129ec6a6724a7b7a19065a3b1f93f (patch) | |
tree | 1506d4a07a3d4bad49ed79da753a66fd9dd7c204 /documentation | |
parent | c3aef261a6c06fea55975c26aed830f6c537d5a8 (diff) | |
download | poky-75f557655b7129ec6a6724a7b7a19065a3b1f93f.tar.gz |
documentation/poky-ref-manual/ref-variables.xml: added CORE_IMAGE_EXTRA_INSTALL
New variable added to the glossary. This variable replaces the
deprecated POKY_EXTRA_INSTALL.
(From yocto-docs rev: ad764fdd11440c6a46a783c7df38f8445189712f)
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.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 541a173cee..0c197535b4 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -352,6 +352,21 @@ | |||
352 | </glossdef> | 352 | </glossdef> |
353 | </glossentry> | 353 | </glossentry> |
354 | 354 | ||
355 | <glossentry id='var-CORE_IMAGE_EXTRA_INSTALL'><glossterm>CORE_IMAGE_EXTRA_INSTALL</glossterm> | ||
356 | <glossdef> | ||
357 | <para> | ||
358 | Specifies the list of packages to be added to the image. | ||
359 | This variable should only be set in the <filename>local.conf</filename> | ||
360 | configuration file found in the | ||
361 | <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto Project Build Directory</ulink>. | ||
362 | </para> | ||
363 | |||
364 | <para> | ||
365 | This variable replaces <filename>POKY_EXTRA_INSTALL</filename>, which is no longer supported. | ||
366 | </para> | ||
367 | </glossdef> | ||
368 | </glossentry> | ||
369 | |||
355 | </glossdiv> | 370 | </glossdiv> |
356 | 371 | ||
357 | <glossdiv id='var-glossary-d'><title>D</title> | 372 | <glossdiv id='var-glossary-d'><title>D</title> |