From: Scott Rifenbark Date: Wed, 27 Mar 2013 20:53:01 +0000 (-0700) Subject: ref-manual: Added new variable entry for BULIDDIR. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=072b38a5c26691280d2ac9ce8aa2c139bbc92a47;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 (From yocto-docs rev: 5b0263fa5e01706ccb815db51b8f1b7f86275721) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 9cc7ad134a2..529f89c3d8c 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -15,7 +15,8 @@ in a classes/ directory beneath the meta*/ directory found in the Source Directory. - Class files can also be pointed to by BUILDDIR + Class files can also be pointed to by + BUILDDIR (e.g. build/)in the same way as .conf files in the conf directory. Class files are searched for in BBPATH diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 204046fc140..c433110f2b0 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 + BUILDDIR + + Points to the location of the + Build Directory. + You can define this directory indirectly through the + &OE_INIT_FILE; + script by passing in a Build Directory path when you run the + script. + If you run the script and do not pass a Build Directory + path, the BUILDDIR defaults to + build in the current directory. + + + C