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 | |
parent | 444597f44edb0dcaf048c115997e10b31fc13222 (diff) | |
download | poky-175be120f32cce376b796bd27160a7981d9264ff.tar.gz |
Poky Reference Manual: Added a glossary definition for BBPATH.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-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 @@ | |||
99 | </glossdef> | 99 | </glossdef> |
100 | </glossentry> | 100 | </glossentry> |
101 | 101 | ||
102 | <!-- BBPATH is not a usable variable in .bb files and should not be listed here --> | 102 | <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm> |
103 | <glossdef> | ||
104 | <para>Used by Bitbake to locate bbclass and configuration files. This variable is analagous to | ||
105 | the PATH variable.</para> | ||
106 | </glossdef> | ||
107 | </glossentry> | ||
103 | 108 | ||
104 | <glossentry id='var-BBINCLUDELOGS'><glossterm>BBINCLUDELOGS</glossterm> | 109 | <glossentry id='var-BBINCLUDELOGS'><glossterm>BBINCLUDELOGS</glossterm> |
105 | <glossdef> | 110 | <glossdef> |