diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-10-27 13:43:40 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-11-03 07:17:02 -0800 |
| commit | 2cf19dbd79eda54d46380b0c3e294dc9ac28338a (patch) | |
| tree | cce16d5da9062c0fd6afa9e55baf3ab9331f8e31 | |
| parent | f1125c2cf73af7400d1092453a5265e339ea239d (diff) | |
| download | poky-2cf19dbd79eda54d46380b0c3e294dc9ac28338a.tar.gz | |
ref-manual/variables.rst: document the REQUIRED_COMBINED_FEATURES variable
Added in OE-Core commit: 5f4875b950ce ("distro_features_check: expand
with MACHINE_FEATURES and COMBINED_FEATURES, rename").
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: b6dfa4af0bd0b7c8c2a642b377f8fbf7b24cc4e8)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit bbc7f26240c2db5cd4179f297ae49c778789514e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | documentation/ref-manual/variables.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 4d072f30a6..3503ca038e 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -7443,6 +7443,16 @@ system and gives an overview of their function and contents. | |||
| 7443 | :term:`REPODIR` | 7443 | :term:`REPODIR` |
| 7444 | See :term:`bitbake:REPODIR` in the BitBake manual. | 7444 | See :term:`bitbake:REPODIR` in the BitBake manual. |
| 7445 | 7445 | ||
| 7446 | :term:`REQUIRED_COMBINED_FEATURES` | ||
| 7447 | When inheriting the :ref:`ref-classes-features_check` class, this variable | ||
| 7448 | identifies combined features (the intersection of :term:`MACHINE_FEATURES` | ||
| 7449 | and :term:`DISTRO_FEATURES`) that must exist in the current configuration | ||
| 7450 | in order for the :term:`OpenEmbedded Build System` to build the recipe. In | ||
| 7451 | other words, if the :term:`REQUIRED_COMBINED_FEATURES` variable lists a | ||
| 7452 | feature that does not appear in :term:`COMBINED_FEATURES` within the | ||
| 7453 | current configuration, then the recipe will be skipped, and if the build | ||
| 7454 | system attempts to build the recipe then an error will be triggered. | ||
| 7455 | |||
| 7446 | :term:`REQUIRED_DISTRO_FEATURES` | 7456 | :term:`REQUIRED_DISTRO_FEATURES` |
| 7447 | When inheriting the :ref:`ref-classes-features_check` | 7457 | When inheriting the :ref:`ref-classes-features_check` |
| 7448 | class, this variable identifies distribution features that must exist | 7458 | class, this variable identifies distribution features that must exist |
