From 70439569c8f091f12a92e350f7d7c8adcccdcd78 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 27 Jun 2014 15:44:00 +0300 Subject: bitbake: bitbake-user-manual-ref-variables.xml: Edits to OVERRIDES variable. More detail. (Bitbake rev: 0ac8a504de1798dae02eb2dade2776e7e25d034d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual-ref-variables.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml') diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index 109c601d46..988719d038 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml @@ -1560,8 +1560,16 @@ BitBake uses OVERRIDES to control what variables are overridden after BitBake parses recipes and configuration files. - You can find more information on how overrides are handled - in the + + + + Following is a simple example that uses an overrides + list based on machine architectures: + + OVERRIDES = "arm:x86:mips:powerpc" + + You can find information on how to use + OVERRIDES in the "Conditional Syntax (Overrides)" section. -- cgit 1.2.3-korg