mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0b96a4ba62
commit
70439569c8
@@ -1560,8 +1560,16 @@
|
|||||||
BitBake uses <filename>OVERRIDES</filename> to control
|
BitBake uses <filename>OVERRIDES</filename> to control
|
||||||
what variables are overridden after BitBake parses
|
what variables are overridden after BitBake parses
|
||||||
recipes and configuration files.
|
recipes and configuration files.
|
||||||
You can find more information on how overrides are handled
|
</para>
|
||||||
in the
|
|
||||||
|
<para>
|
||||||
|
Following is a simple example that uses an overrides
|
||||||
|
list based on machine architectures:
|
||||||
|
<literallayout class='monospaced'>
|
||||||
|
OVERRIDES = "arm:x86:mips:powerpc"
|
||||||
|
</literallayout>
|
||||||
|
You can find information on how to use
|
||||||
|
<filename>OVERRIDES</filename> in the
|
||||||
"<link linkend='conditional-syntax-overrides'>Conditional Syntax (Overrides)</link>"
|
"<link linkend='conditional-syntax-overrides'>Conditional Syntax (Overrides)</link>"
|
||||||
section.
|
section.
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user