mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9c27a91d61
commit
ce8ead36bb
@@ -22,7 +22,7 @@
|
||||
<link linkend='var-D'>D</link>
|
||||
<link linkend='var-EFI_PROVIDER'>E</link>
|
||||
<link linkend='var-FEATURE_PACKAGES'>F</link>
|
||||
<link linkend='var-GITDIR'>G</link>
|
||||
<link linkend='var-GDB'>G</link>
|
||||
<link linkend='var-HOMEPAGE'>H</link>
|
||||
<link linkend='var-ICECC_DISABLED'>I</link>
|
||||
<!-- <link linkend='var-glossary-j'>J</link> -->
|
||||
@@ -1953,6 +1953,17 @@
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-CONFIGURE_FLAGS'><glossterm><imagedata fileref="figures/define-generic.png" />CONFIGURE_FLAGS</glossterm>
|
||||
<info>
|
||||
CONFIGURE_FLAGS[doc] = "The minimal arguments for GNU configure."
|
||||
</info>
|
||||
<glossdef>
|
||||
<para>
|
||||
The minimal arguments for GNU configure.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-CONFLICT_DISTRO_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />CONFLICT_DISTRO_FEATURES</glossterm>
|
||||
<info>
|
||||
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 @@
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-CROSS_COMPILE'><glossterm><imagedata fileref="figures/define-generic.png" />CROSS_COMPILE</glossterm>
|
||||
<info>
|
||||
CROSS_COMPILE[doc] = "The toolchain binary prefix for the target tools."
|
||||
</info>
|
||||
<glossdef>
|
||||
<para>
|
||||
The toolchain binary prefix for the target tools.
|
||||
The <filename>CROSS_COMPILE</filename> variable is the
|
||||
same as the
|
||||
<link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>
|
||||
variable.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-CVSDIR'><glossterm><imagedata fileref="figures/define-generic.png" />CVSDIR</glossterm>
|
||||
<info>
|
||||
CVSDIR[doc] = "The directory where cvs checkouts will be stored in."
|
||||
@@ -3674,6 +3700,17 @@
|
||||
|
||||
<glossdiv id='var-glossary-g'><title>G</title>
|
||||
|
||||
<glossentry id='var-GDB'><glossterm><imagedata fileref="figures/define-generic.png" />GDB</glossterm>
|
||||
<info>
|
||||
GDB[doc] = "The minimal command and arguments to run the GNU Debugger."
|
||||
</info>
|
||||
<glossdef>
|
||||
<para>
|
||||
The minimal command and arguments to run the GNU Debugger.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-GITDIR'><glossterm><imagedata fileref="figures/define-generic.png" />GITDIR</glossterm>
|
||||
<info>
|
||||
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"
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-SDKROOT'><glossterm><imagedata fileref="figures/define-generic.png" />SDKROOT</glossterm>
|
||||
<info>
|
||||
SDKROOT[doc] = "The path to the installed SDK."
|
||||
</info>
|
||||
<glossdef>
|
||||
<para>
|
||||
Defines the path to the installed SDK.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-SDKTARGETSYSROOT'><glossterm><imagedata fileref="figures/define-generic.png" />SDKTARGETSYSROOT</glossterm>
|
||||
<info>
|
||||
SDKTARGETSYSROOT[doc] = "Path to the sysroot used for cross-compilation."
|
||||
|
||||
Reference in New Issue
Block a user