ref-manual: Review edits to FILESOVERRIDES variable.

Fixes [YOCTO #13112]

Added a reference in the FILESOVERRIDES variable description
to the FILESPATH description to see an example of how automatic
overrides work.

(From yocto-docs rev: e78fc3468de3d9b9935f0e4f4aa4117b6805e631)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2019-02-18 17:04:19 -08:00
committed by Richard Purdie
parent 4b02d1fa21
commit 0867bde9a2

View File

@@ -5016,8 +5016,11 @@
overrides to automatically extend the
<link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>
variable.
You can find more information on how overrides are handled
in the
For an example of how that works, see the
<link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>
variable description.
Additionally, you find more information on how overrides
are handled in the
"<ulink url='&YOCTO_DOCS_BB_URL;#conditional-syntax-overrides'>Conditional Syntax (Overrides)</ulink>"
section of the BitBake User Manual.
</para>