]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Edits to the SDK_SYS variable.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 10 Feb 2015 22:12:18 +0000 (14:12 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Feb 2015 15:17:01 +0000 (15:17 +0000)
(From yocto-docs rev: 520ded3e50a0299164b3b941cca99b677fa83dad)

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 72ec7db3d72b45297edd22aa2ac5c5ca231ed5e5..698b0082ae582940a6a767a09be2a178fdb89f51 100644 (file)
@@ -9311,13 +9311,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
 
         <glossentry id='var-SDK_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_SYS</glossterm>
             <info>
-                SDK_SYS[doc] = "Specifies the SDK system, including the architecture and the operating system, for which the build is occurring in the context of the current recipe."
+                SDK_SYS[doc] = "Specifies the system, including the architecture and the operating system, for which the SDK will be built."
             </info>
             <glossdef>
                 <para>
-                    Specifies the SDK system, including the architecture and
-                    the operating system, for which the build is occurring
-                    in the context of the current recipe.
+                    Specifies the system, including the architecture and the
+                    operating system, for which the SDK will be built.
+                </para>
+
+                <para>
+                    The OpenEmbedded build system automatically sets this
+                    variable based on
+                    <link linkend='var-SDK_ARCH'><filename>SDK_ARCH</filename></link>,
+                    <link linkend='var-SDK_VENDOR'><filename>SDK_VENDOR</filename></link>,
+                    and
+                    <link linkend='var-SDK_OS'><filename>SDK_OS</filename></link>.
+                    You do not need to set the <filename>SDK_SYS</filename>
+                    variable yourself.
                 </para>
             </glossdef>
         </glossentry>