diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index cb308b76a..fc2cbbeea 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -99,7 +99,12 @@ </glossdef> </glossentry> - <!-- BBPATH is not a usable variable in .bb files and should not be listed here --> + <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm> + <glossdef> + <para>Used by Bitbake to locate bbclass and configuration files. This variable is analagous to + the PATH variable.</para> + </glossdef> + </glossentry> <glossentry id='var-BBINCLUDELOGS'><glossterm>BBINCLUDELOGS</glossterm> <glossdef> |