diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-02-11 07:11:07 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-09 18:57:13 -0700 |
commit | 8bcc6d1f1ef4e647ad6153ed7a9e0bd5bc62cf0b (patch) | |
tree | 75845d05eed037a2bf2518a01b11822e1ebc178e /doc | |
parent | f74045d9ac88aece1d6f8d6a95389d01971ffdac (diff) | |
download | bitbake-8bcc6d1f1ef4e647ad6153ed7a9e0bd5bc62cf0b.tar.gz |
user-manual-ref-variables.xml: Added a note qualifying the variables.
The note provides some information in general about the variables
that are part of the glossary.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user-manual/user-manual-ref-variables.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/user-manual/user-manual-ref-variables.xml b/doc/user-manual/user-manual-ref-variables.xml index c6107af49..e1bf2b561 100644 --- a/doc/user-manual/user-manual-ref-variables.xml +++ b/doc/user-manual/user-manual-ref-variables.xml @@ -12,6 +12,28 @@ of their function and contents. </para> +<note> + Following are some points regarding the variables listed in this glossary: + <itemizedlist> + <listitem><para>The variables listed in this glossary + are specific to BitBake. + Consequently, the descriptions are limited to that context. + </para></listitem> + <listitem><para>Also, variables exist in other systems that use BitBake + (e.g. The Yocto Project and OpenEmbedded) that have names identical + to those found in this glossary. + For such cases, the variables in those systems extend the + functionality of the variable as it is described here in + this glossary. + </para></listitem> + <listitem><para>Finally, there are variables mentioned in this + glossary that do not appear in the BitBake glossary. + These other variables are variables used in systems that use + BitBake. + </para></listitem> + </itemizedlist> +</note> + <glossary id='ref-variables-glossary'> <para> |