summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-appendix-customizing.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-customizing.xml')
-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<!--