diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-15 07:52:00 -0800 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:48 +0000 | 
| commit | 48559ff1de3d35d78625f02c846520dba573528d (patch) | |
| tree | a12f939931fbc2cdd5883a4a61af5a3519250f8e | |
| parent | 63750d8c1135d28023f5bd4f0286ea727e86954b (diff) | |
| download | poky-48559ff1de3d35d78625f02c846520dba573528d.tar.gz | |
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>
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 | 
1 files changed, 11 insertions, 5 deletions
| diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index da7a986b68..90762e3aa3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -309,7 +309,7 @@ | |||
| 309 | 309 | ||
| 310 | <para> | 310 | <para> | 
| 311 | The default value is "${PACKAGES}", which causes the | 311 | The default value is "${PACKAGES}", which causes the | 
| 312 | OpenEmbedded build system to act on all packages that are | 312 | debian class to act on all packages that are | 
| 313 | explicitly generated by the recipe. | 313 | explicitly generated by the recipe. | 
| 314 | </para> | 314 | </para> | 
| 315 | </glossdef> | 315 | </glossdef> | 
| @@ -2072,7 +2072,7 @@ | |||
| 2072 | 2072 | ||
| 2073 | <glossentry id='var-DEBIANNAME'><glossterm><imagedata fileref="figures/define-generic.png" />DEBIANNAME</glossterm> | 2073 | <glossentry id='var-DEBIANNAME'><glossterm><imagedata fileref="figures/define-generic.png" />DEBIANNAME</glossterm> | 
| 2074 | <info> | 2074 | <info> | 
| 2075 | DEBIANNAME[doc] = "Allows you to override the library name for an individual package." | 2075 | DEBIANNAME[doc] = "Allows you to override the library name for an individual package for Debian library package renaming." | 
| 2076 | </info> | 2076 | </info> | 
| 2077 | <glossdef> | 2077 | <glossdef> | 
| 2078 | <para> | 2078 | <para> | 
| @@ -2924,7 +2924,8 @@ | |||
| 2924 | </info> | 2924 | </info> | 
| 2925 | <glossdef> | 2925 | <glossdef> | 
| 2926 | <para> | 2926 | <para> | 
| 2927 | For recipes inheriting the <filename>autoconf</filename> | 2927 | For recipes inheriting the | 
| 2928 | <link linkend='ref-classes-autotools'><filename>autotools</filename></link> | ||
| 2928 | class, you can use <filename>EXTRA_AUTORECONF</filename> to | 2929 | class, you can use <filename>EXTRA_AUTORECONF</filename> to | 
| 2929 | specify extra options to pass to the | 2930 | specify extra options to pass to the | 
| 2930 | <filename>autoreconf</filename> command that is | 2931 | <filename>autoreconf</filename> command that is | 
| @@ -5365,7 +5366,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 5365 | <para> | 5366 | <para> | 
| 5366 | <filename>KERNEL_IMAGE_MAXSIZE</filename> is useful for | 5367 | <filename>KERNEL_IMAGE_MAXSIZE</filename> is useful for | 
| 5367 | target devices that have a limited amount of space in | 5368 | target devices that have a limited amount of space in | 
| 5368 | which the kernel image file must be stored. | 5369 | which the kernel image must be stored. | 
| 5369 | </para> | 5370 | </para> | 
| 5370 | 5371 | ||
| 5371 | <para> | 5372 | <para> | 
| @@ -7269,7 +7270,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 7269 | 7270 | ||
| 7270 | <glossentry id='var-PACKAGEGROUP_DISABLE_COMPLEMENTARY'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGEGROUP_DISABLE_COMPLEMENTARY</glossterm> | 7271 | <glossentry id='var-PACKAGEGROUP_DISABLE_COMPLEMENTARY'><glossterm><imagedata fileref="figures/define-generic.png" />PACKAGEGROUP_DISABLE_COMPLEMENTARY</glossterm> | 
| 7271 | <info> | 7272 | <info> | 
| 7272 | PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents the packagegroup recipe from automatically creating the normal complementary packages such as -dev and -dbg." | 7273 | PACKAGEGROUP_DISABLE_COMPLEMENTARY[doc] = "Prevents automatic creation of the normal complementary packages such as -dev and -dbg in a packagegroup recipe." | 
| 7273 | </info> | 7274 | </info> | 
| 7274 | <glossdef> | 7275 | <glossdef> | 
| 7275 | <para> | 7276 | <para> | 
| @@ -10339,6 +10340,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 10339 | Specifies a suffix to be appended onto the | 10340 | Specifies a suffix to be appended onto the | 
| 10340 | <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> | 10341 | <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> | 
| 10341 | value. | 10342 | value. | 
| 10343 | When you are building for multiple variants with the same | ||
| 10344 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, | ||
| 10345 | this mechanism ensures that output for different | ||
| 10346 | <filename>libc</filename> variants is kept separate to | ||
| 10347 | avoid potential conflicts. | ||
| 10342 | The suffix identifies the <filename>libc</filename> variant | 10348 | The suffix identifies the <filename>libc</filename> variant | 
| 10343 | for building. | 10349 | for building. | 
| 10344 | </para> | 10350 | </para> | 
