summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-27 13:53:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:36 +0100
commit072b38a5c26691280d2ac9ce8aa2c139bbc92a47 (patch)
tree2bbbef64a88238d520fceae6214997a20279c618 /documentation
parent73d463c51a1a2ee07c0394ae9f318302d1e7ba8a (diff)
downloadpoky-072b38a5c26691280d2ac9ce8aa2c139bbc92a47.tar.gz
ref-manual: Added new variable entry for BULIDDIR.
Ross Burton suggested this might be good to have so I added it. The changes include the entry itself and a link to it from the beginning of the "Classes" chapter where it is talked about. Reported-by: Ross Burton <ross.burton@intel.com> (From yocto-docs rev: 5b0263fa5e01706ccb815db51b8f1b7f86275721) 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-classes.xml3
-rw-r--r--documentation/ref-manual/ref-variables.xml14
2 files changed, 16 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 9cc7ad134a..529f89c3d8 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -15,7 +15,8 @@
15 in a <filename>classes/</filename> directory beneath the 15 in a <filename>classes/</filename> directory beneath the
16 <filename>meta*/</filename> directory found in the 16 <filename>meta*/</filename> directory found in the
17 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. 17 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
18 Class files can also be pointed to by <filename>BUILDDIR</filename> 18 Class files can also be pointed to by
19 <link linkend='var-BUILDDIR'><filename>BUILDDIR</filename></link>
19 (e.g. <filename>build/</filename>)in the same way as 20 (e.g. <filename>build/</filename>)in the same way as
20 <filename>.conf</filename> files in the <filename>conf</filename> directory. 21 <filename>.conf</filename> files in the <filename>conf</filename> directory.
21 Class files are searched for in <link linkend='var-BBPATH'><filename>BBPATH</filename></link> 22 Class files are searched for in <link linkend='var-BBPATH'><filename>BBPATH</filename></link>
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 204046fc14..c433110f2b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -556,6 +556,20 @@ Core layer for images cannot be removed
556 </glossdef> 556 </glossdef>
557 </glossentry> 557 </glossentry>
558 558
559 <glossentry id='var-BUILDDIR'><glossterm>BUILDDIR</glossterm>
560 <glossdef>
561 <para>Points to the location of the
562 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
563 You can define this directory indirectly through the
564 <link linkend='structure-core-script'><filename>&OE_INIT_FILE;</filename></link>
565 script by passing in a Build Directory path when you run the
566 script.
567 If you run the script and do not pass a Build Directory
568 path, the <filename>BUILDDIR</filename> defaults to
569 <filename>build</filename> in the current directory.
570 </para>
571 </glossdef>
572 </glossentry>
559 </glossdiv> 573 </glossdiv>
560 574
561 <glossdiv id='var-glossary-c'><title>C</title> 575 <glossdiv id='var-glossary-c'><title>C</title>