From 93c76f4c65b6981701bdb91671b2bccde8d84eed Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 5 Aug 2013 13:45:59 +0300 Subject: ref-manual, mega-manual, Makefile: Updates to expanded dev section Fixes [YOCTO #2808] Applied review comments to the "Images" and SDK sections that are part of the "A Closer Look at the Yocto Project Development Environment" section. Comments from Paul. They resulted in a single figure being removed and split into two new figures - one for the image part and one for the sdk part. Some terminology issues were cleaned up in the main sections as well as the documented variables sections. Makefile changes involved adding the two new figures and removing the old combined one. (From yocto-docs rev: a32908fa68b9786e295097c16f70a5a9c3cc4c1e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d65733ec4e..714346fc18 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -780,8 +780,7 @@ Core layer for images cannot be removed Points to the area that the OpenEmbedded build system uses - to place images and their related files created with - BitBake. + to place images and their related files. By default, this directory resides within the Build Directory as tmp/deploy. @@ -794,8 +793,9 @@ Core layer for images cannot be removed section. For more detail on the contents of the deploy directory, see the - "Images and Application Development SDK" - section. + "Images" and + "Application Development SDK" + sections. @@ -4008,18 +4008,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TOOLCHAIN_HOSTS_TASKS + TOOLCHAIN_HOST_TASK - This variable lists packages BitBake uses when it builds - an SDK installer, which is used to extract and set up a + This variable lists packages the OpenEmbedded build system + uses when building an SDK, which contains 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. + SDKMACHINE, + and each package should usually have the prefix + "nativesdk-". + When building an SDK using + bitbake -c populate_sdk <imagename>, + a default list of packages is set in this variable, but + you can add additional packages to the list. @@ -4035,11 +4038,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - TOOLCHAIN_TARGET_TASKS + TOOLCHAIN_TARGET_TASK This variable lists packages BitBake uses when it creates - the target part of an SDK installer (i.e. the part built + the target part of an SDK (i.e. the part built for the target hardware), which includes libraries and headers. -- cgit v1.2.3-54-g00ecf