]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updates to SDKTARGETSYSROOT and PKG_CONFIG_PATH variables.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 9 Feb 2015 16:49:55 +0000 (08:49 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Feb 2015 15:16:59 +0000 (15:16 +0000)
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>
documentation/ref-manual/ref-variables.xml

index b584a9fb9c5d45fe6c4ef06fef3d7bae67cd6e46..1d0feb94631cac501982ddbb32223dd2091b1f5e 100644 (file)
@@ -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>