summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-07 14:37:16 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:37 +0000
commitad49dddd727e466f5080ac0c1952e3118cc9f435 (patch)
tree59c55ff57687297d2e2e77073bf7e8745135153c /documentation
parent9953555002558f1abb1cd2d8143cf2be07c3171f (diff)
downloadpoky-ad49dddd727e466f5080ac0c1952e3118cc9f435.tar.gz
ref-manual: Edits to TOPDIR variable.
I added more detail about this directory. I stated that it is the top-level build directory and it is set when you initialize your build environment with one of the init scripts. (From yocto-docs rev: 839d704e7096dba039b17e5989cad7314732e6db) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 04207acada..1cdf902d08 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7209,9 +7209,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7209 <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm> 7209 <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm>
7210 <glossdef> 7210 <glossdef>
7211 <para> 7211 <para>
7212 This variable points to the 7212 The top-level
7213 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 7213 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
7214 BitBake automatically sets this variable. 7214 BitBake automatically sets this variable when you
7215 initialize your build environment using either
7216 <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link>
7217 or
7218 <link linkend='structure-memres-core-script'><filename>oe-init-build-env-memres</filename></link>.
7215 </para> 7219 </para>
7216 </glossdef> 7220 </glossdef>
7217 </glossentry> 7221 </glossentry>