summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
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>