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" + TOOLCHAIN_HOSTS_TASKS + + + 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 + SDKMACHINE. + When you build an SDK installer using BitBake, a set of + default tasks apply. + The tasks you specify here are added to those defaults. + + + + For background information on cross-development toolchains + in the Yocto Project development environment, see the + "Cross-Development Toolchain Generation" + section. + For information on setting up a cross-development + environment, see the + "Installing the ADT and Toolchains" + section in the Yocto Project Application Developer's Guide. + + + + + TOOLCHAIN_TARGET_TASKS + + + 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. + + + + For background information on cross-development toolchains + in the Yocto Project development environment, see the + "Cross-Development Toolchain Generation" + section. + For information on setting up a cross-development + environment, see the + "Installing the ADT and Toolchains" + section in the Yocto Project Application Developer's Guide. + + + + TOPDIR