From 4fec8e3bc95ec2bbce7780f857e518461ca60d30 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 3 Jun 2013 14:31:05 +0300 Subject: [PATCH] ref-manual: New glossary entry for the FILESOVERRIDES variable created. (From yocto-docs rev: 8e5e530dcccca6f549616137759804a507207297) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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 + FILESOVERRIDES + + + A subset of OVERRIDES + used by the OpenEmbedded build system for creating + FILESPATH. + You can find more information on how overrides are handled + in the BitBake Manual that is located at + bitbake/doc/manual in the + Source Directory. + + + + By default, the FILESOVERRIDES + variable is defined as: + + FILESOVERRIDES = "${TRANSLATED_TARGET_ARCH}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}" + + + + Do not hand-edit the FILESOVERRIDES + variable. + The values match up with expected overrides and are + used in an expected manner by the build system. + + + + + FILESPATH