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/ref-manual/ref-variables.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 21c1e42388..a10a0dca75 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -11290,6 +11290,33 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + SDK_INCLUDE_TOOLCHAIN + + SDK_INCLUDE_TOOLCHAIN[doc] = "When set to "1", specifies to include the toolchain in the extensible SDK." + + + + + When set to "1", specifies to include the toolchain in the + extensible SDK. + Including the toolchain is useful particularly when + SDK_EXT_TYPE + is set to "minimal" to keep the SDK reasonably small + but you still want to provide a usable toolchain. + For example, suppose you want to use the toolchain from an + IDE (e.g. Eclipse) or from other tools and you do not + want to perform additional steps to install the toolchain. + + + + The SDK_INCLUDE_TOOLCHAIN variable + defaults to "0" if SDK_EXT_TYPE + is set to "minimal", and defaults to "1" if + SDK_EXT_TYPE is set to "full". + + + + SDK_INHERIT_BLACKLIST SDK_INHERIT_BLACKLIST[doc] = "A list of classes to remove from the INHERIT value globally within the extensible SDK configuration." -- cgit v1.2.3-54-g00ecf