ref-manual: New descriptions for IMAGE_TYPEDEF and COPY_LIC_DIRS.

(From yocto-docs rev: dfc86ab45c9913636a72471e728d009ac4323b7b)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-04-01 08:37:41 -06:00 committed by Richard Purdie
parent f961183b83
commit 3e52a18faf
1 changed files with 37 additions and 0 deletions

View File

@ -1354,6 +1354,20 @@
</glossdef>
</glossentry>
<glossentry id='var-COPY_LIC_DIRS'><glossterm>COPY_LIC_DIRS</glossterm>
<glossdef>
<para>
If set to "1" along with the
<link linkend='var-COPY_LIC_MANIFEST'><filename>COPY_LIC_MANIFEST</filename></link>
variable, the OpenEmbedded build system creates directories
for each package installed into the image.
The directories contain the license files for each package
in <filename>/usr/share/common-licenses/</filename> within
the image itself.
</para>
</glossdef>
</glossentry>
<glossentry id='var-COPY_LIC_MANIFEST'><glossterm>COPY_LIC_MANIFEST</glossterm>
<glossdef>
<para>
@ -3204,6 +3218,29 @@
</glossdef>
</glossentry>
<glossentry id='var-IMAGE_TYPEDEP'><glossterm>IMAGE_TYPEDEP</glossterm>
<glossdef>
<para>
Specifies a dependency from one image type on another.
Here is an example from the
<link linkend='ref-classes-image-live'><filename>image-live</filename></link>
class:
<literallayout class='monospaced'>
IMAGE_TYPEDEP_live = "ext3"
</literallayout>
In the previous example, the variable ensures that when
"live" is listed with the
<link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>
variable, the OpenEmbedded build system produces an
<filename>ext3</filename> image first since one of the
components of the live
image is an <filename>ext3</filename>
formatted partition containing the root
filesystem.
</para>
</glossdef>
</glossentry>
<glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm>
<glossdef>
<para>