summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-13 13:17:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 15:27:34 +0100
commit6cecded9ef1bd09fb7b89ed28c4268c40272665d (patch)
tree5f3a55f37e3c584bd23ae8ce317e5f7af9d8e25a /documentation/sdk-manual
parent4824bb4fdaf0778620658d1a901509ad76ad2092 (diff)
downloadpoky-6cecded9ef1bd09fb7b89ed28c4268c40272665d.tar.gz
sdk-manual, ref-manual: New variable for including toolchain
Added a new variable description for SDK_INCLUDE_TOOLCHAIN. Along with the new glossary entry, I updated a couple places where it would be relevant to cross-reference the new variable. (From yocto-docs rev: df99b097595e7488a93354082b8d9f33acd9c229) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-appendix-customizing.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.xml b/documentation/sdk-manual/sdk-appendix-customizing.xml
index 79326077f5..0695707af3 100644
--- a/documentation/sdk-manual/sdk-appendix-customizing.xml
+++ b/documentation/sdk-manual/sdk-appendix-customizing.xml
@@ -381,6 +381,16 @@
381 section for more information. 381 section for more information.
382 </note> 382 </note>
383 </para> 383 </para>
384
385 <para>
386 You can explicitly control whether or not to include the toolchain
387 when you build and SDK by setting the
388 <ulink url='&YOCTO_DOCS_REF_URL;#var-SDK_INCLUDE_TOOLCHAIN'><filename>SDK_INCLUDE_TOOLCHAIN</filename></ulink>
389 variable.
390 When you set this variable to "1", you cause the toolchain to be
391 included even when <filename>SDK_EXT_TYPE</filename> is set to
392 "minimal".
393 </para>
384</section> 394</section>
385</appendix> 395</appendix>
386<!-- 396<!--