1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

ref-manual: Review edits to several glossary variables.

I updated the following variables based on slight review changes
from Paul Eggleton:

 EXTRA_AUTORECONF - changed autoconf class to autotools
 KERNEL_IMAGE_MAXSIZE - Wording tweak
 AUTO_LIBNAME_PKGS - Wording tweak
 DEBIANNAME - [doc] string updated
 TCLIBCAPPEND - Second clarifying sentence in first para added
 PACKAGEGROUP_DISABLE_COMPLEMENTARY - [doc] string updated

(From yocto-docs rev: ff5c765ffab1cdf6fc8a007cebdf7114432f65ef)

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
2015-01-15 07:52:00 -08:00
committed by Richard Purdie
parent 63750d8c11
commit 48559ff1de
+11 -5
View File
@@ -309,7 +309,7 @@
<para> <para>
The default value is "${PACKAGES}", which causes the The default value is "${PACKAGES}", which causes the
OpenEmbedded build system to act on all packages that are debian class to act on all packages that are
explicitly generated by the recipe. explicitly generated by the recipe.
</para> </para>
</glossdef> </glossdef>
@@ -2072,7 +2072,7 @@
<glossentry id='var-DEBIANNAME'><glossterm><imagedata fileref="figures/define-generic.png" />DEBIANNAME</glossterm> <glossentry id='var-DEBIANNAME'><glossterm><imagedata fileref="figures/define-generic.png" />DEBIANNAME</glossterm>
<info> <info>
DEBIANNAME[doc] = "Allows you to override the library name for an individual package." DEBIANNAME[doc] = "Allows you to override the library name for an individual package for Debian library package renaming."
</info> </info>
<glossdef> <glossdef>
<para> <para>
@@ -2924,7 +2924,8 @@
</info> </info>
<glossdef> <glossdef>
<para> <para>
For recipes inheriting the <filename>autoconf</filename> For recipes inheriting the
<link linkend='ref-classes-autotools'><filename>autotools</filename></link>
class, you can use <filename>EXTRA_AUTORECONF</filename> to class, you can use <filename>EXTRA_AUTORECONF</filename> to
specify extra options to pass to the specify extra options to pass to the
<filename>autoreconf</filename> command that is <filename>autoreconf</filename> command that is
@@ -5365,7 +5366,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para> <para>
<filename>KERNEL_IMAGE_MAXSIZE</filename> is useful for <filename>KERNEL_IMAGE_MAXSIZE</filename> is useful for
target devices that have a limited amount of space in target devices that have a limited amount of space in
which the kernel image file must be stored. which the kernel image must be stored.
</para> </para>
<para> <para>
@@ -7269,7 +7270,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-PACKAGEGROUP_DISABLE_COMPLEMENTARY'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGEGROUP_DISABLE_COMPLEMENTARY</glossterm> <glossentry id='var-PACKAGEGROUP_DISABLE_COMPLEMENTARY'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGEGROUP_DISABLE_COMPLEMENTARY</glossterm>
<info> <info>
PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents the packagegroup recipe from automatically creating the normal complementary packages such as -dev and -dbg." PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents automatic creation of the normal complementary packages such as -dev and -dbg in a packagegroup recipe."
</info> </info>
<glossdef> <glossdef>
<para> <para>
@@ -10339,6 +10340,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
Specifies a suffix to be appended onto the Specifies a suffix to be appended onto the
<link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link>
value. value.
When you are building for multiple variants with the same
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
this mechanism ensures that output for different
<filename>libc</filename> variants is kept separate to
avoid potential conflicts.
The suffix identifies the <filename>libc</filename> variant The suffix identifies the <filename>libc</filename> variant
for building. for building.
</para> </para>