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)
downloadpoky-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 b584a9fb9c..1d0feb9463 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"
7891 7891
7892 <glossentry id='var-PKG_CONFIG_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />PKG_CONFIG_PATH</glossterm> 7892 <glossentry id='var-PKG_CONFIG_PATH'><glossterm><imagedata fileref="figures/define-generic.png" />PKG_CONFIG_PATH</glossterm>
7893 <info> 7893 <info>
7894 PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the target." 7894 PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the current build context."
7895 </info> 7895 </info>
7896 <glossdef> 7896 <glossdef>
7897 <para> 7897 <para>
7898 The path to <filename>pkg-config</filename> files for the 7898 The path to <filename>pkg-config</filename> files for the
7899 target. 7899 current build context.
7900 <filename>pkg-config</filename> reads this variable
7901 from the environment.
7900 </para> 7902 </para>
7901 </glossdef> 7903 </glossdef>
7902 </glossentry> 7904 </glossentry>
@@ -9283,11 +9285,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9283 9285
9284 <glossentry id='var-SDKTARGETSYSROOT'><glossterm><imagedata fileref="figures/define-generic.png" />SDKTARGETSYSROOT</glossterm> 9286 <glossentry id='var-SDKTARGETSYSROOT'><glossterm><imagedata fileref="figures/define-generic.png" />SDKTARGETSYSROOT</glossterm>
9285 <info> 9287 <info>
9286 SDKTARGETSYSROOT[doc] = "Path to the sysroot used for cross-compilation." 9288 SDKTARGETSYSROOT[doc] = "Full path to the sysroot used for cross-compilation within an SDK as it will be when installed into the default SDKPATH."
9287 </info> 9289 </info>
9288 <glossdef> 9290 <glossdef>
9289 <para> 9291 <para>
9290 The path to the sysroot used for cross-compilation. 9292 The full path to the sysroot used for cross-compilation
9293 within an SDK as it will be when installed into the
9294 default
9295 <link linkend='var-SDKPATH'><filename>SDKPATH</filename></link>.
9291 </para> 9296 </para>
9292 </glossdef> 9297 </glossdef>
9293 </glossentry> 9298 </glossentry>