summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-10 14:04:44 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:01 +0000
commitd8acb872c59f752d1531715ad7369b47a73bf571 (patch)
tree18c4117c586a65e2ca6175b9309715e8bf968793 /documentation
parent35612bfd32144ab96c6d801e0dec0647f31ff71e (diff)
downloadpoky-d8acb872c59f752d1531715ad7369b47a73bf571.tar.gz
ref-manual: Added new description for SDK_OS.
(From yocto-docs rev: f71c032bb51608ab2fe8e5735c423a8a86e6d37e) 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.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 0ee36d09c0..df903a4b4d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9234,6 +9234,20 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9234 </glossdef> 9234 </glossdef>
9235 </glossentry> 9235 </glossentry>
9236 9236
9237 <glossentry id='var-SDK_OS'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_OS</glossterm>
9238 <info>
9239 SDK_OS[doc] = "The operating system for which the SDK will be built."
9240 </info>
9241 <glossdef>
9242 <para>
9243 Specifies the operating system for which the SDK
9244 will be built.
9245 The default value is the value of
9246 <link linkend='var-BUILD_OS'><filename>BUILD_OS</filename></link>.
9247 </para>
9248 </glossdef>
9249 </glossentry>
9250
9237 <glossentry id='var-SDK_OUTPUT'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_OUTPUT</glossterm> 9251 <glossentry id='var-SDK_OUTPUT'><glossterm><imagedata fileref="figures/define-generic.png" />SDK_OUTPUT</glossterm>
9238 <info> 9252 <info>
9239 SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output." 9253 SDK_OUTPUT[doc] = "The location used by the OpenEmbedded build system when creating SDK output."