diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-27 13:53:01 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:36 +0100 |
| commit | 072b38a5c26691280d2ac9ce8aa2c139bbc92a47 (patch) | |
| tree | 2bbbef64a88238d520fceae6214997a20279c618 /documentation/ref-manual/ref-variables.xml | |
| parent | 73d463c51a1a2ee07c0394ae9f318302d1e7ba8a (diff) | |
| download | poky-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/ref-manual/ref-variables.xml')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 14 insertions, 0 deletions
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> |
