summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 72ec7db3d7..698b0082ae 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9311,13 +9311,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9311 9311
9312 <glossentry id='var-SDK_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_SYS</glossterm> 9312 <glossentry id='var-SDK_SYS'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_SYS</glossterm>
9313 <info> 9313 <info>
9314 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." 9314 SDK_SYS[doc] = "Specifies the system, including the architecture and the operating system, for which the SDK will be built."
9315 </info> 9315 </info>
9316 <glossdef> 9316 <glossdef>
9317 <para> 9317 <para>
9318 Specifies the SDK system, including the architecture and 9318 Specifies the system, including the architecture and the
9319 the operating system, for which the build is occurring 9319 operating system, for which the SDK will be built.
9320 in the context of the current recipe. 9320 </para>
9321
9322 <para>
9323 The OpenEmbedded build system automatically sets this
9324 variable based on
9325 <link linkend='var-SDK_ARCH'><filename>SDK_ARCH</filename></link>,
9326 <link linkend='var-SDK_VENDOR'><filename>SDK_VENDOR</filename></link>,
9327 and
9328 <link linkend='var-SDK_OS'><filename>SDK_OS</filename></link>.
9329 You do not need to set the <filename>SDK_SYS</filename>
9330 variable yourself.
9321 </para> 9331 </para>
9322 </glossdef> 9332 </glossdef>
9323 </glossentry> 9333 </glossentry>