diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-02-18 17:04:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 10:44:07 +0000 |
commit | 0867bde9a2a2d18808ee840b0f831930aa35b836 (patch) | |
tree | d746e763770085a7154e5442727cb0292924f497 /documentation | |
parent | 4b02d1fa21480780fd775a517ab7cc7ab0f9e9ca (diff) | |
download | poky-0867bde9a2a2d18808ee840b0f831930aa35b836.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7b44685546..d9d0915a86 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -5016,8 +5016,11 @@ | |||
5016 | overrides to automatically extend the | 5016 | overrides to automatically extend the |
5017 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link> | 5017 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link> |
5018 | variable. | 5018 | variable. |
5019 | You can find more information on how overrides are handled | 5019 | For an example of how that works, see the |
5020 | in the | 5020 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link> |
5021 | variable description. | ||
5022 | Additionally, you find more information on how overrides | ||
5023 | are handled in the | ||
5021 | "<ulink url='&YOCTO_DOCS_BB_URL;#conditional-syntax-overrides'>Conditional Syntax (Overrides)</ulink>" | 5024 | "<ulink url='&YOCTO_DOCS_BB_URL;#conditional-syntax-overrides'>Conditional Syntax (Overrides)</ulink>" |
5022 | section of the BitBake User Manual. | 5025 | section of the BitBake User Manual. |
5023 | </para> | 5026 | </para> |