summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-09 08:49:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:59 +0000
commit21fcd57042ef82d570f7cd74ef224e5b46a9f15d (patch)
treeed7573e6ce8e544dbe59506e756fb3dcb33561c7 /documentation
parentf3410bfc752c3205fa76b15776a5051888f9ea05 (diff)
downloadast2050-yocto-poky-21fcd57042ef82d570f7cd74ef224e5b46a9f15d.zip
ast2050-yocto-poky-21fcd57042ef82d570f7cd74ef224e5b46a9f15d.tar.gz
ref-manual: Updates to SDKTARGETSYSROOT and PKG_CONFIG_PATH variables.
Applied some review edits to these two variable descriptions. (From yocto-docs rev: fb1eb903b9bcc8b0bb67e72c795a1dd602143589) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b584a9f..1d0feb9 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7891,12 +7891,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-PKG_CONFIG_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />PKG_CONFIG_PATH</glossterm>
<info>
- PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the target."
+ PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the current build context."
</info>
<glossdef>
<para>
The path to <filename>pkg-config</filename> files for the
- target.
+ current build context.
+ <filename>pkg-config</filename> reads this variable
+ from the environment.
</para>
</glossdef>
</glossentry>
@@ -9283,11 +9285,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SDKTARGETSYSROOT'><glossterm><imagedata fileref="figures/define-generic.png" />SDKTARGETSYSROOT</glossterm>
<info>
- SDKTARGETSYSROOT[doc] = "Path to the sysroot used for cross-compilation."
+ SDKTARGETSYSROOT[doc] = "Full path to the sysroot used for cross-compilation within an SDK as it will be when installed into the default SDKPATH."
</info>
<glossdef>
<para>
- The path to the sysroot used for cross-compilation.
+ The full path to the sysroot used for cross-compilation
+ within an SDK as it will be when installed into the
+ default
+ <link linkend='var-SDKPATH'><filename>SDKPATH</filename></link>.
</para>
</glossdef>
</glossentry>
OpenPOWER on IntegriCloud