diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 8a428278ff..1331d1adfc 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -93,14 +93,15 @@ B - The directory in which the OpenEmbedded build system places - generated objects during a recipe's build process. + The build directory. + The OpenEmbedded build system places generated objects into the build directory + during a recipe's build process. By default, this directory is the same as the S directory: B = ${WORKDIR}/${BPN}-{PV}/ - You can separate the source directory (S) and the directory pointed to + You can separate the (S) directory and the directory pointed to by the B variable. Most autotools-based recipes support separating these directories. The build system defaults to using separate directories for gcc