summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-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>