1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

ref-manual: Added two links for FILESOVERRIDES and OVERRIDES

These variables were missing links into the reference section
glossary from the Migration chapter.

(From yocto-docs rev: 65ad5fc60f5a1067fbe2a54987d195ee388d264b)

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-08-07 12:12:55 +03:00
committed by Richard Purdie
parent 56b0a9c0cb
commit af36d33b18
+4 -3
View File
@@ -300,9 +300,10 @@
<listitem><para><emphasis>Scanning Directory Names:</emphasis> <listitem><para><emphasis>Scanning Directory Names:</emphasis>
When scanning for files in When scanning for files in
<link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>, <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>,
the build system now uses <filename>FILESOVERRIDES</filename> the build system now uses
instead of <filename>OVERRIDES</filename> for the directory <link linkend='var-FILESOVERRIDES'><filename>FILESOVERRIDES</filename></link>
names. instead of <link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link>
for the directory names.
In general, the values previously in In general, the values previously in
<filename>OVERRIDES</filename> are now in <filename>OVERRIDES</filename> are now in
<filename>FILESOVERRIDES</filename> as well. <filename>FILESOVERRIDES</filename> as well.