ref-manual: New glossary entry for the FILESOVERRIDES variable created.

(From yocto-docs rev: 8e5e530dcccca6f549616137759804a507207297)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-06-03 14:31:05 +03:00 committed by Richard Purdie
parent 5e32769597
commit 4fec8e3bc9
1 changed files with 29 additions and 0 deletions

View File

@ -1219,6 +1219,35 @@ Core layer for images cannot be removed
</glossdef>
</glossentry>
<glossentry id='var-FILESOVERRIDES'><glossterm>FILESOVERRIDES</glossterm>
<glossdef>
<para>
A subset of <link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link>
used by the OpenEmbedded build system for creating
<link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>.
You can find more information on how overrides are handled
in the BitBake Manual that is located at
<filename>bitbake/doc/manual</filename> in the
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
</para>
<para>
By default, the <filename>FILESOVERRIDES</filename>
variable is defined as:
<literallayout class='monospaced'>
FILESOVERRIDES = "${TRANSLATED_TARGET_ARCH}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}"
</literallayout>
<note>
Do not hand-edit the <filename>FILESOVERRIDES</filename>
variable.
The values match up with expected overrides and are
used in an expected manner by the build system.
</note>
</para>
</glossdef>
</glossentry>
<glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm>
<glossdef>
<para>