summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-02 16:54:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:47 +0100
commit17ded75fdec517bfc6809091c56910cf55986f62 (patch)
treedfb0c2f768b806b6bf1c144135418357748633eb /documentation
parent53c70dee67eb1644d34fe325c4cfe8353b57a19b (diff)
downloadast2050-yocto-poky-17ded75fdec517bfc6809091c56910cf55986f62.zip
ast2050-yocto-poky-17ded75fdec517bfc6809091c56910cf55986f62.tar.gz
ref-manual: New variables added to the glossary.
Added entries for DEPLOY_DIR, TOOLCHAIN_HOSTS_TASKS, and TOOLCHAIN_TARGET_TASKS. (From yocto-docs rev: b239c41871f8c833cd33f4c5c875d51fa1bdf9eb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 732fd9a..d65733e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4008,6 +4008,55 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
+ <glossentry id='var-TOOLCHAIN_HOSTS_TASKS'><glossterm>TOOLCHAIN_HOSTS_TASKS</glossterm>
+ <glossdef>
+ <para>
+ This variable lists packages BitBake uses when it builds
+ an SDK installer, which is used to extract and set up a
+ cross-development environment.
+ The packages specified by this variable are part of the
+ toolchain set that runs on the
+ <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>.
+ When you build an SDK installer using BitBake, a set of
+ default tasks apply.
+ The tasks you specify here are added to those defaults.
+ </para>
+
+ <para>
+ For background information on cross-development toolchains
+ in the Yocto Project development environment, see the
+ "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>"
+ section.
+ For information on setting up a cross-development
+ environment, see the
+ "<ulink url='&YOCTO_DOCS_ADT_URL;#installing-the-adt'>Installing the ADT and Toolchains</ulink>"
+ section in the Yocto Project Application Developer's Guide.
+ </para>
+ </glossdef>
+ </glossentry>
+
+ <glossentry id='var-TOOLCHAIN_TARGET_TASKS'><glossterm>TOOLCHAIN_TARGET_TASKS</glossterm>
+ <glossdef>
+ <para>
+ This variable lists packages BitBake uses when it creates
+ the target part of an SDK installer (i.e. the part built
+ for the target hardware), which includes libraries and
+ headers.
+ </para>
+
+ <para>
+ For background information on cross-development toolchains
+ in the Yocto Project development environment, see the
+ "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>"
+ section.
+ For information on setting up a cross-development
+ environment, see the
+ "<ulink url='&YOCTO_DOCS_ADT_URL;#installing-the-adt'>Installing the ADT and Toolchains</ulink>"
+ section in the Yocto Project Application Developer's Guide.
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm>
<glossdef>
<para>
OpenPOWER on IntegriCloud