From 6cecded9ef1bd09fb7b89ed28c4268c40272665d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Sep 2016 13:17:57 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-customizing.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'documentation/sdk-manual') 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 @@ section for more information. + + + You can explicitly control whether or not to include the toolchain + when you build and SDK by setting the + SDK_INCLUDE_TOOLCHAIN + variable. + When you set this variable to "1", you cause the toolchain to be + included even when SDK_EXT_TYPE is set to + "minimal". +