diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-27 15:44:00 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:58:57 +0100 |
| commit | 70439569c8f091f12a92e350f7d7c8adcccdcd78 (patch) | |
| tree | 11d503281154518832b54d31ec538fdfb469e79d | |
| parent | 0b96a4ba625e42f5f92de866bad287ecb8c2adfb (diff) | |
| download | poky-70439569c8f091f12a92e350f7d7c8adcccdcd78.tar.gz | |
bitbake: bitbake-user-manual-ref-variables.xml: Edits to OVERRIDES variable.
More detail.
(Bitbake rev: 0ac8a504de1798dae02eb2dade2776e7e25d034d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 12 |
1 files changed, 10 insertions, 2 deletions
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 @@ | |||
| 1560 | BitBake uses <filename>OVERRIDES</filename> to control | 1560 | BitBake uses <filename>OVERRIDES</filename> to control |
| 1561 | what variables are overridden after BitBake parses | 1561 | what variables are overridden after BitBake parses |
| 1562 | recipes and configuration files. | 1562 | recipes and configuration files. |
| 1563 | You can find more information on how overrides are handled | 1563 | </para> |
| 1564 | in the | 1564 | |
| 1565 | <para> | ||
| 1566 | Following is a simple example that uses an overrides | ||
| 1567 | list based on machine architectures: | ||
| 1568 | <literallayout class='monospaced'> | ||
| 1569 | OVERRIDES = "arm:x86:mips:powerpc" | ||
| 1570 | </literallayout> | ||
| 1571 | You can find information on how to use | ||
| 1572 | <filename>OVERRIDES</filename> in the | ||
| 1565 | "<link linkend='conditional-syntax-overrides'>Conditional Syntax (Overrides)</link>" | 1573 | "<link linkend='conditional-syntax-overrides'>Conditional Syntax (Overrides)</link>" |
| 1566 | section. | 1574 | section. |
| 1567 | </para> | 1575 | </para> |
