summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-05 13:45:59 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:47 +0100
commit93c76f4c65b6981701bdb91671b2bccde8d84eed (patch)
treedcac912bc8672a88c3750509c00de6912df7c1e6 /documentation/ref-manual/ref-variables.xml
parent4b23d26063790c4dad466cf8a0af8ba4a0970f1d (diff)
downloadpoky-93c76f4c65b6981701bdb91671b2bccde8d84eed.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml29
1 files changed, 16 insertions, 13 deletions
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
780 <glossdef> 780 <glossdef>
781 <para> 781 <para>
782 Points to the area that the OpenEmbedded build system uses 782 Points to the area that the OpenEmbedded build system uses
783 to place images and their related files created with 783 to place images and their related files.
784 BitBake.
785 By default, this directory resides within the 784 By default, this directory resides within the
786 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 785 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
787 as <filename>tmp/deploy</filename>. 786 as <filename>tmp/deploy</filename>.
@@ -794,8 +793,9 @@ Core layer for images cannot be removed
794 section. 793 section.
795 For more detail on the contents of the 794 For more detail on the contents of the
796 <filename>deploy</filename> directory, see the 795 <filename>deploy</filename> directory, see the
797 "<link linkend='images-and-application-development-sdk'>Images and Application Development SDK</link>" 796 "<link linkend='images-dev-environment'>Images</link>" and
798 section. 797 "<link linkend='sdk-dev-environment'>Application Development SDK</link>"
798 sections.
799 </para> 799 </para>
800 </glossdef> 800 </glossdef>
801 </glossentry> 801 </glossentry>
@@ -4008,18 +4008,21 @@ 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> 4011 <glossentry id='var-TOOLCHAIN_HOST_TASK'><glossterm>TOOLCHAIN_HOST_TASK</glossterm>
4012 <glossdef> 4012 <glossdef>
4013 <para> 4013 <para>
4014 This variable lists packages BitBake uses when it builds 4014 This variable lists packages the OpenEmbedded build system
4015 an SDK installer, which is used to extract and set up a 4015 uses when building an SDK, which contains a
4016 cross-development environment. 4016 cross-development environment.
4017 The packages specified by this variable are part of the 4017 The packages specified by this variable are part of the
4018 toolchain set that runs on the 4018 toolchain set that runs on the
4019 <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>. 4019 <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>,
4020 When you build an SDK installer using BitBake, a set of 4020 and each package should usually have the prefix
4021 default tasks apply. 4021 "nativesdk-".
4022 The tasks you specify here are added to those defaults. 4022 When building an SDK using
4023 <filename>bitbake -c populate_sdk &lt;imagename&gt;</filename>,
4024 a default list of packages is set in this variable, but
4025 you can add additional packages to the list.
4023 </para> 4026 </para>
4024 4027
4025 <para> 4028 <para>
@@ -4035,11 +4038,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4035 </glossdef> 4038 </glossdef>
4036 </glossentry> 4039 </glossentry>
4037 4040
4038 <glossentry id='var-TOOLCHAIN_TARGET_TASKS'><glossterm>TOOLCHAIN_TARGET_TASKS</glossterm> 4041 <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK</glossterm>
4039 <glossdef> 4042 <glossdef>
4040 <para> 4043 <para>
4041 This variable lists packages BitBake uses when it creates 4044 This variable lists packages BitBake uses when it creates
4042 the target part of an SDK installer (i.e. the part built 4045 the target part of an SDK (i.e. the part built
4043 for the target hardware), which includes libraries and 4046 for the target hardware), which includes libraries and
4044 headers. 4047 headers.
4045 </para> 4048 </para>