summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-10 08:32:07 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-15 22:25:25 +0000
commitab92ec1a879e2149c626a5237fd14166e92d5122 (patch)
tree65e35cbc52133a88121708ed55cf5e971943c6b7 /documentation
parent4a671e54cc61bc4e2f1ff3b9597345161c3a7838 (diff)
downloadpoky-ab92ec1a879e2149c626a5237fd14166e92d5122.tar.gz
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.xml7
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 @@
70 </glossdef> 70 </glossdef>
71 </glossentry> 71 </glossentry>
72 72
73 <glossentry id='var-BBFILE_COLLECTIONS'><glossterm>BBFILE_COLLECTIONS</glossterm>
74 <glossdef>
75 <para>Identifies layer-specific bbfiles, which contain recipes used by BitBake to build software.
76 The Variable is appended with a layer name.</para>
77 </glossdef>
78 </glossentry>
79
73 <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm> 80 <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm>
74 <glossdef> 81 <glossdef>
75 <para>List of recipes used by BitBake to build software</para> 82 <para>List of recipes used by BitBake to build software</para>