diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-12 07:26:31 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-15 22:25:26 +0000 |
commit | 175be120f32cce376b796bd27160a7981d9264ff (patch) | |
tree | 1f022d0fd59b1a0dcac435c8bb077c718a7abdef /documentation/poky-ref-manual/ref-variables.xml | |
parent | 444597f44edb0dcaf048c115997e10b31fc13222 (diff) | |
download | openembedded-core-175be120f32cce376b796bd27160a7981d9264ff.tar.gz openembedded-core-175be120f32cce376b796bd27160a7981d9264ff.tar.bz2 openembedded-core-175be120f32cce376b796bd27160a7981d9264ff.zip |
Poky Reference Manual: Added a glossary definition for BBPATH.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-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 cb308b76ab..fc2cbbeea3 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> |