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 @@ 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 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 + 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