diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 732fd9aa4f..d65733ec4e 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" | |||
4008 | </glossdef> | 4008 | </glossdef> |
4009 | </glossentry> | 4009 | </glossentry> |
4010 | 4010 | ||
4011 | <glossentry id='var-TOOLCHAIN_HOSTS_TASKS'><glossterm>TOOLCHAIN_HOSTS_TASKS</glossterm> | ||
4012 | <glossdef> | ||
4013 | <para> | ||
4014 | This variable lists packages BitBake uses when it builds | ||
4015 | an SDK installer, which is used to extract and set up a | ||
4016 | cross-development environment. | ||
4017 | The packages specified by this variable are part of the | ||
4018 | toolchain set that runs on the | ||
4019 | <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>. | ||
4020 | When you build an SDK installer using BitBake, a set of | ||
4021 | default tasks apply. | ||
4022 | The tasks you specify here are added to those defaults. | ||
4023 | </para> | ||
4024 | |||
4025 | <para> | ||
4026 | For background information on cross-development toolchains | ||
4027 | in the Yocto Project development environment, see the | ||
4028 | "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>" | ||
4029 | section. | ||
4030 | For information on setting up a cross-development | ||
4031 | environment, see the | ||
4032 | "<ulink url='&YOCTO_DOCS_ADT_URL;#installing-the-adt'>Installing the ADT and Toolchains</ulink>" | ||
4033 | section in the Yocto Project Application Developer's Guide. | ||
4034 | </para> | ||
4035 | </glossdef> | ||
4036 | </glossentry> | ||
4037 | |||
4038 | <glossentry id='var-TOOLCHAIN_TARGET_TASKS'><glossterm>TOOLCHAIN_TARGET_TASKS</glossterm> | ||
4039 | <glossdef> | ||
4040 | <para> | ||
4041 | This variable lists packages BitBake uses when it creates | ||
4042 | the target part of an SDK installer (i.e. the part built | ||
4043 | for the target hardware), which includes libraries and | ||
4044 | headers. | ||
4045 | </para> | ||
4046 | |||
4047 | <para> | ||
4048 | For background information on cross-development toolchains | ||
4049 | in the Yocto Project development environment, see the | ||
4050 | "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>" | ||
4051 | section. | ||
4052 | For information on setting up a cross-development | ||
4053 | environment, see the | ||
4054 | "<ulink url='&YOCTO_DOCS_ADT_URL;#installing-the-adt'>Installing the ADT and Toolchains</ulink>" | ||
4055 | section in the Yocto Project Application Developer's Guide. | ||
4056 | </para> | ||
4057 | </glossdef> | ||
4058 | </glossentry> | ||
4059 | |||
4011 | <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm> | 4060 | <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm> |
4012 | <glossdef> | 4061 | <glossdef> |
4013 | <para> | 4062 | <para> |