From 69cdf9658adc1c5e03967cc6d669c5d020cbdb6c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 15 Apr 2015 11:53:18 -0700 Subject: ref-manual: Added glossary entry for EXTERNAL_KERNEL_TOOLS (From yocto-docs rev: b4f3b0c2efc6a162d714a2180bf48aac47684a27) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9135ebfb3b..c0cae81212 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3337,6 +3337,32 @@ + EXTERNAL_KERNEL_TOOLS + + EXTERNAL_KERNEL_TOOLS[doc] = "Indicates kernel tools are external to the source tree." + + + + + When set, the EXTERNAL_KERNEL_TOOLS + variable indicates that these tools are not in the + source tree. + + + + When kernel tools are available in the tree, they are + preferred over any externally installed tools. + Setting the EXTERNAL_KERNEL_TOOLS + variable tells the OpenEmbedded build system to prefer + the installed external tools. + See the + kernel-yocto + class in meta/classes to see how + the variable is used. + + + + EXTERNALSRC EXTERNALSRC[doc] = "If externalsrc.bbclass is inherited, this variable points to the source tree, which is outside of the OpenEmbedded build system." -- cgit v1.2.3-54-g00ecf