diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-06-03 14:31:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-14 17:33:30 +0100 |
commit | 4fec8e3bc95ec2bbce7780f857e518461ca60d30 (patch) | |
tree | c1079b48437ed9a67faebf7725240b9d9a644f76 /documentation/ref-manual | |
parent | 5e32769597fd4961a04f7a437b7878f1a4147c52 (diff) | |
download | poky-4fec8e3bc95ec2bbce7780f857e518461ca60d30.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 615ce4ad47..2e3ae56b3c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1219,6 +1219,35 @@ Core layer for images cannot be removed | |||
1219 | </glossdef> | 1219 | </glossdef> |
1220 | </glossentry> | 1220 | </glossentry> |
1221 | 1221 | ||
1222 | <glossentry id='var-FILESOVERRIDES'><glossterm>FILESOVERRIDES</glossterm> | ||
1223 | <glossdef> | ||
1224 | <para> | ||
1225 | A subset of <link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link> | ||
1226 | used by the OpenEmbedded build system for creating | ||
1227 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>. | ||
1228 | You can find more information on how overrides are handled | ||
1229 | in the BitBake Manual that is located at | ||
1230 | <filename>bitbake/doc/manual</filename> in the | ||
1231 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | ||
1232 | </para> | ||
1233 | |||
1234 | <para> | ||
1235 | By default, the <filename>FILESOVERRIDES</filename> | ||
1236 | variable is defined as: | ||
1237 | <literallayout class='monospaced'> | ||
1238 | FILESOVERRIDES = "${TRANSLATED_TARGET_ARCH}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}" | ||
1239 | </literallayout> | ||
1240 | |||
1241 | <note> | ||
1242 | Do not hand-edit the <filename>FILESOVERRIDES</filename> | ||
1243 | variable. | ||
1244 | The values match up with expected overrides and are | ||
1245 | used in an expected manner by the build system. | ||
1246 | </note> | ||
1247 | </para> | ||
1248 | </glossdef> | ||
1249 | </glossentry> | ||
1250 | |||
1222 | <glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm> | 1251 | <glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm> |
1223 | <glossdef> | 1252 | <glossdef> |
1224 | <para> | 1253 | <para> |