From 744cd8cfd7a3c3467a16465522183adc52518e73 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 28 Apr 2017 08:02:09 -0700 Subject: ref-manual: Added new glossary entries for HOSTTOOLS* variables. Entry added for HOSTTOOLS and HOSTTOOLS_NONFATAL. (From yocto-docs rev: c766920a13071c1bb46a195ea07be38962d2e12d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6307870a4e..3258402288 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5115,6 +5115,53 @@ + HOSTTOOLS + + HOSTTOOLS[doc] = "A space-separated list (filter) of tools on the build host that should be allowed to be called from within build tasks." + + + + + A space-separated list (filter) of tools on the build host + that should be allowed to be called from within build tasks. + Using this filter helps reduce the possibility of host + contamination. + If a tool specified in the value of + HOSTTOOLS is not found on the + build host, the OpenEmbedded build system produces + an error and the build is not started. + + + + For additional information, see + HOSTTOOLS_NONFATAL. + + + + + HOSTTOOLS_NONFATAL + + HOSTTOOLS_NONFATAL[doc] = "A space-separated list (filter) of tools on the build host that should be allowed to be called from within build tasks." + + + + + A space-separated list (filter) of tools on the build host + that should be allowed to be called from within build tasks. + Using this filter helps reduce the possibility of host + contamination. + Unlike + HOSTTOOLS, + the OpenEmbedded build system does not produce and error + if a tool specified in the value of + HOSTTOOLS_NONFATAL is not found on the + build host. + Thus, you can use HOSTTOOLS_NONFATAL + to filter optional host tools. + + + + HOST_VENDOR HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR." -- cgit v1.2.3-54-g00ecf