Lines Matching full:overrides

66    overrides an existing configuration.
392 combine them with other overrides as described in the
393 ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:conditional syntax (overrides)`" section.
518 Conditional Syntax (Overrides)
521 BitBake uses :term:`OVERRIDES` to control what
523 files. This section describes how you can use :term:`OVERRIDES` as
525 :term:`OVERRIDES`, and provides some examples to help with understanding.
530 You can use :term:`OVERRIDES` to conditionally select a specific version of
536 Overrides can only use lower-case characters, digits and dashes.
538 separate overrides from each other and from the variable name.
540 - *Selecting a Variable:* The :term:`OVERRIDES` variable is a
543 conditional on "arm", and "arm" is in :term:`OVERRIDES`, then the
547 OVERRIDES = "architecture:os:machine"
552 In this example, the :term:`OVERRIDES`
553 variable lists three overrides: "architecture", "os", and "machine".
574 listed in :term:`OVERRIDES`. Here is an example::
577 OVERRIDES = "machine:local"
603 :term:`OVERRIDES` for the local datastore of the
613 Before BitBake 1.52 (Honister 3.4), the syntax for :term:`OVERRIDES`
618 …:yocto_docs:`Overrides Syntax Changes </migration-guides/migration-3.4.html#override-syntax-change…
642 when variable operators, conditional overrides, and unconditional
643 overrides are combined. This section presents some common scenarios
647 There is often confusion concerning the order in which overrides and
653 OVERRIDES = "foo"
659 immediately appended to the variable ``A:foo``. Because overrides have
663 Applying overrides, however, changes things. Since "foo" is listed in
664 :term:`OVERRIDES`, the conditional variable ``A`` is replaced with the "foo"
670 OVERRIDES = "foo"
675 overrides are handled, ``A`` is set to "Z" and ``A:append:foo`` is set
680 This next example has the order of the appends and overrides reversed
683 OVERRIDES = "foo"
688 For this case, before any overrides are resolved,
786 overrides::
944 Overrides and override-style operators like ``:append`` and ``:prepend``
977 Overrides and override-style operators can be applied to any shell
981 assembled function after all overrides have been applied.
1009 Similar to shell functions, you can also apply overrides and
1033 the final assembled function after all overrides have been applied.
1072 - Overrides and override-style operators can only be applied to
1171 Overrides and override-style operators such as "``:append``" are applied
1441 overrides, applies. In other words, you can set, append, and prepend