diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-23 07:40:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:55 +0000 |
commit | ce8ead36bbcd926c679a8e3cbb5ac759eb50beeb (patch) | |
tree | d7addf95a54f16a0e82a9fe3eec02f386c131e6b /documentation/ref-manual | |
parent | 9c27a91d611434bfa1029d0a783469dd9dbeef53 (diff) | |
download | poky-ce8ead36bbcd926c679a8e3cbb5ac759eb50beeb.tar.gz |
adt-manual, ref-manual: Added missing variables and cross-links
I added the ADKROOT, GDB, CROSS_COMPILE, and CONFIGURE_FLAGS
variables to the glossary. Also added appropriate cross-reference
links from the adt-manual to those new variables.
(From yocto-docs rev: 812367e3b915b99d900b7934c4d5d409f393e814)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 305176bf2c..38a5a60a8a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -22,7 +22,7 @@ | |||
22 | <link linkend='var-D'>D</link> | 22 | <link linkend='var-D'>D</link> |
23 | <link linkend='var-EFI_PROVIDER'>E</link> | 23 | <link linkend='var-EFI_PROVIDER'>E</link> |
24 | <link linkend='var-FEATURE_PACKAGES'>F</link> | 24 | <link linkend='var-FEATURE_PACKAGES'>F</link> |
25 | <link linkend='var-GITDIR'>G</link> | 25 | <link linkend='var-GDB'>G</link> |
26 | <link linkend='var-HOMEPAGE'>H</link> | 26 | <link linkend='var-HOMEPAGE'>H</link> |
27 | <link linkend='var-ICECC_DISABLED'>I</link> | 27 | <link linkend='var-ICECC_DISABLED'>I</link> |
28 | <!-- <link linkend='var-glossary-j'>J</link> --> | 28 | <!-- <link linkend='var-glossary-j'>J</link> --> |
@@ -1953,6 +1953,17 @@ | |||
1953 | </glossdef> | 1953 | </glossdef> |
1954 | </glossentry> | 1954 | </glossentry> |
1955 | 1955 | ||
1956 | <glossentry id='var-CONFIGURE_FLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />CONFIGURE_FLAGS</glossterm> | ||
1957 | <info> | ||
1958 | CONFIGURE_FLAGS[doc] = "The minimal arguments for GNU configure." | ||
1959 | </info> | ||
1960 | <glossdef> | ||
1961 | <para> | ||
1962 | The minimal arguments for GNU configure. | ||
1963 | </para> | ||
1964 | </glossdef> | ||
1965 | </glossentry> | ||
1966 | |||
1956 | <glossentry id='var-CONFLICT_DISTRO_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />CONFLICT_DISTRO_FEATURES</glossterm> | 1967 | <glossentry id='var-CONFLICT_DISTRO_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />CONFLICT_DISTRO_FEATURES</glossterm> |
1957 | <info> | 1968 | <info> |
1958 | CONFLICT_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that would be in conflict should the recipe be built." | 1969 | CONFLICT_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that would be in conflict should the recipe be built." |
@@ -2099,6 +2110,21 @@ | |||
2099 | </glossdef> | 2110 | </glossdef> |
2100 | </glossentry> | 2111 | </glossentry> |
2101 | 2112 | ||
2113 | <glossentry id='var-CROSS_COMPILE'><glossterm><imagedata fileref="figures/define-generic.png" />CROSS_COMPILE</glossterm> | ||
2114 | <info> | ||
2115 | CROSS_COMPILE[doc] = "The toolchain binary prefix for the target tools." | ||
2116 | </info> | ||
2117 | <glossdef> | ||
2118 | <para> | ||
2119 | The toolchain binary prefix for the target tools. | ||
2120 | The <filename>CROSS_COMPILE</filename> variable is the | ||
2121 | same as the | ||
2122 | <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link> | ||
2123 | variable. | ||
2124 | </para> | ||
2125 | </glossdef> | ||
2126 | </glossentry> | ||
2127 | |||
2102 | <glossentry id='var-CVSDIR'><glossterm><imagedata fileref="figures/define-generic.png" />CVSDIR</glossterm> | 2128 | <glossentry id='var-CVSDIR'><glossterm><imagedata fileref="figures/define-generic.png" />CVSDIR</glossterm> |
2103 | <info> | 2129 | <info> |
2104 | CVSDIR[doc] = "The directory where cvs checkouts will be stored in." | 2130 | CVSDIR[doc] = "The directory where cvs checkouts will be stored in." |
@@ -3674,6 +3700,17 @@ | |||
3674 | 3700 | ||
3675 | <glossdiv id='var-glossary-g'><title>G</title> | 3701 | <glossdiv id='var-glossary-g'><title>G</title> |
3676 | 3702 | ||
3703 | <glossentry id='var-GDB'><glossterm><imagedata fileref="figures/define-generic.png" />GDB</glossterm> | ||
3704 | <info> | ||
3705 | GDB[doc] = "The minimal command and arguments to run the GNU Debugger." | ||
3706 | </info> | ||
3707 | <glossdef> | ||
3708 | <para> | ||
3709 | The minimal command and arguments to run the GNU Debugger. | ||
3710 | </para> | ||
3711 | </glossdef> | ||
3712 | </glossentry> | ||
3713 | |||
3677 | <glossentry id='var-GITDIR'><glossterm><imagedata fileref="figures/define-generic.png" />GITDIR</glossterm> | 3714 | <glossentry id='var-GITDIR'><glossterm><imagedata fileref="figures/define-generic.png" />GITDIR</glossterm> |
3678 | <info> | 3715 | <info> |
3679 | GITDIR[doc] = "The directory where Git clones will be stored." | 3716 | GITDIR[doc] = "The directory where Git clones will be stored." |
@@ -9239,6 +9276,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9239 | </glossdef> | 9276 | </glossdef> |
9240 | </glossentry> | 9277 | </glossentry> |
9241 | 9278 | ||
9279 | <glossentry id='var-SDKROOT'><glossterm><imagedata fileref="figures/define-generic.png" />SDKROOT</glossterm> | ||
9280 | <info> | ||
9281 | SDKROOT[doc] = "The path to the installed SDK." | ||
9282 | </info> | ||
9283 | <glossdef> | ||
9284 | <para> | ||
9285 | Defines the path to the installed SDK. | ||
9286 | </para> | ||
9287 | </glossdef> | ||
9288 | </glossentry> | ||
9289 | |||
9242 | <glossentry id='var-SDKTARGETSYSROOT'><glossterm><imagedata fileref="figures/define-generic.png" />SDKTARGETSYSROOT</glossterm> | 9290 | <glossentry id='var-SDKTARGETSYSROOT'><glossterm><imagedata fileref="figures/define-generic.png" />SDKTARGETSYSROOT</glossterm> |
9243 | <info> | 9291 | <info> |
9244 | SDKTARGETSYSROOT[doc] = "Path to the sysroot used for cross-compilation." | 9292 | SDKTARGETSYSROOT[doc] = "Path to the sysroot used for cross-compilation." |