summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-05 15:39:12 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:48 +0100
commit2a9ee7a105d30be56841c1b5965cba73bb0395e8 (patch)
treea9f4f6a4948ece970af7fc162c7113aa1c33369a /documentation/ref-manual/ref-variables.xml
parent1b056af5c986dd6ff959db5fa7e0ca9e79caf248 (diff)
downloadpoky-2a9ee7a105d30be56841c1b5965cba73bb0395e8.tar.gz
ref-manual: Review comments for closer look at YP dev section
Fixes [YOCTO #2808] Applied minor wording changes as directed by Paul Eggleton's review of the sections and related variable descriptions. (From yocto-docs rev: cf30c3dd78d5e55356bb73f43f10e0093a9aa084) 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.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index d285b16174..3b69b04018 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -802,7 +802,8 @@ Core layer for images cannot be removed
802 <glossdef> 802 <glossdef>
803 <para> 803 <para>
804 Points to the area that the OpenEmbedded build system uses 804 Points to the area that the OpenEmbedded build system uses
805 to place images and their related files. 805 to place images, packages, SDKs and other output
806 files that are ready to be used outside of the build system.
806 By default, this directory resides within the 807 By default, this directory resides within the
807 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 808 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
808 as <filename>tmp/deploy</filename>. 809 as <filename>tmp/deploy</filename>.
@@ -4065,10 +4066,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4065 <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK</glossterm> 4066 <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK</glossterm>
4066 <glossdef> 4067 <glossdef>
4067 <para> 4068 <para>
4068 This variable lists packages BitBake uses when it creates 4069 This variable lists packages the OpenEmbedded build system
4069 the target part of an SDK (i.e. the part built 4070 uses when it creates the target part of an SDK
4070 for the target hardware), which includes libraries and 4071 (i.e. the part built for the target hardware), which
4071 headers. 4072 includes libraries and headers.
4072 </para> 4073 </para>
4073 4074
4074 <para> 4075 <para>