From 17ded75fdec517bfc6809091c56910cf55986f62 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 2 Aug 2013 16:54:49 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 49 ++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'documentation') 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 -- cgit v1.2.3-54-g00ecf