]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Created new SDK_PREFIX glossary entry.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 10 Feb 2015 22:01:35 +0000 (14:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Feb 2015 15:17:01 +0000 (15:17 +0000)
(From yocto-docs rev: c72b97ec58e609d63920c431b5948c8dd09d2595)

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 e377c26fb99a6b93fad65f7b3bbf09e3923673bf..0ee36d09c0c89386e44f7ff1aadc5c89e96c8900 100644 (file)
@@ -9280,6 +9280,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
             </glossdef>
         </glossentry>
 
+        <glossentry id='var-SDK_PREFIX'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_PREFIX</glossterm>
+            <info>
+                SDK_PREFIX[doc] = "The toolchain binary prefix used for nativesdk recipes."
+            </info>
+            <glossdef>
+                <para>
+                    The toolchain binary prefix used for nativesdk recipes.
+                    The OpenEmbedded build system uses the
+                    <filename>SDK_PREFIX</filename> value to set the
+                    <link linkend='var-TARGET_PREFIX'><filename>TARGET_PREFIX</filename></link>
+                    when building <filename>nativesdk</filename> recipes.
+                </para>
+            </glossdef>
+        </glossentry>
+
         <glossentry id='var-SDKIMAGE_FEATURES'><glossterm><imagedata fileref="figures/define-generic.png" />SDKIMAGE_FEATURES</glossterm>
             <info>
                 SDKIMAGE_FEATURES[doc] = "Equivalent to IMAGE_FEATURES. However, this variable applies to the SDK generated from an image using the command 'bitbake -c populate_sdk imagename'."