diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-10-27 13:43:40 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-29 23:16:34 +0000 |
| commit | d27f4131bace2e9131346f9fcb1add7585b4a4ac (patch) | |
| tree | c141a76eda28530328397900ac6e1d2981053c39 /documentation | |
| parent | a16e6aefb44d5278549b7a87964adc3dd0398f7d (diff) | |
| download | poky-d27f4131bace2e9131346f9fcb1add7585b4a4ac.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: bbc7f26240c2db5cd4179f297ae49c778789514e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -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 40232ba0e0..33da2286b3 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -7940,6 +7940,16 @@ system and gives an overview of their function and contents. | |||
| 7940 | :term:`REPODIR` | 7940 | :term:`REPODIR` |
| 7941 | See :term:`bitbake:REPODIR` in the BitBake manual. | 7941 | See :term:`bitbake:REPODIR` in the BitBake manual. |
| 7942 | 7942 | ||
| 7943 | :term:`REQUIRED_COMBINED_FEATURES` | ||
| 7944 | When inheriting the :ref:`ref-classes-features_check` class, this variable | ||
| 7945 | identifies combined features (the intersection of :term:`MACHINE_FEATURES` | ||
| 7946 | and :term:`DISTRO_FEATURES`) that must exist in the current configuration | ||
| 7947 | in order for the :term:`OpenEmbedded Build System` to build the recipe. In | ||
| 7948 | other words, if the :term:`REQUIRED_COMBINED_FEATURES` variable lists a | ||
| 7949 | feature that does not appear in :term:`COMBINED_FEATURES` within the | ||
| 7950 | current configuration, then the recipe will be skipped, and if the build | ||
| 7951 | system attempts to build the recipe then an error will be triggered. | ||
| 7952 | |||
| 7943 | :term:`REQUIRED_DISTRO_FEATURES` | 7953 | :term:`REQUIRED_DISTRO_FEATURES` |
| 7944 | When inheriting the :ref:`ref-classes-features_check` | 7954 | When inheriting the :ref:`ref-classes-features_check` |
| 7945 | class, this variable identifies distribution features that must exist | 7955 | class, this variable identifies distribution features that must exist |
