diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-10 08:32:07 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-15 22:25:25 +0000 |
commit | ab92ec1a879e2149c626a5237fd14166e92d5122 (patch) | |
tree | 65e35cbc52133a88121708ed55cf5e971943c6b7 /documentation | |
parent | 4a671e54cc61bc4e2f1ff3b9597345161c3a7838 (diff) | |
download | openembedded-core-ab92ec1a879e2149c626a5237fd14166e92d5122.tar.gz openembedded-core-ab92ec1a879e2149c626a5237fd14166e92d5122.tar.bz2 openembedded-core-ab92ec1a879e2149c626a5237fd14166e92d5122.zip |
Poky Reference Manual: Added BBFILE_COLLECTIONS glossary term.
The Extending Poky chapter was referencing a non-existent BBFILE_COLLECTIONS
glossary term. I added the term.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index eea07de2ae..3089166ba7 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -70,6 +70,13 @@ </glossdef> </glossentry> + <glossentry id='var-BBFILE_COLLECTIONS'><glossterm>BBFILE_COLLECTIONS</glossterm> + <glossdef> + <para>Identifies layer-specific bbfiles, which contain recipes used by BitBake to build software. + The Variable is appended with a layer name.</para> + </glossdef> + </glossentry> + <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm> <glossdef> <para>List of recipes used by BitBake to build software</para> |