diff options
-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> |