diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-10-27 13:43:39 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-29 23:16:34 +0000 |
| commit | a16e6aefb44d5278549b7a87964adc3dd0398f7d (patch) | |
| tree | f52f242168a404227de4b4d84fa014b9d9bbb494 /documentation | |
| parent | 0412f9a105d25c97873c58c9d1b65c37c2552a56 (diff) | |
| download | poky-a16e6aefb44d5278549b7a87964adc3dd0398f7d.tar.gz | |
ref-manual/variables.rst: document the REQUIRED_MACHINE_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: c0551456cba6016d5014c2be8d6906e58a324cc4)
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 5af64a0181..40232ba0e0 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -7950,6 +7950,15 @@ system and gives an overview of their function and contents. | |||
| 7950 | the recipe will be skipped, and if the build system attempts to build | 7950 | the recipe will be skipped, and if the build system attempts to build |
| 7951 | the recipe then an error will be triggered. | 7951 | the recipe then an error will be triggered. |
| 7952 | 7952 | ||
| 7953 | :term:`REQUIRED_MACHINE_FEATURES` | ||
| 7954 | When inheriting the :ref:`ref-classes-features_check` class, this variable | ||
| 7955 | identifies :term:`MACHINE_FEATURES` that must exist in the current | ||
| 7956 | configuration in order for the :term:`OpenEmbedded Build System` to build | ||
| 7957 | the recipe. In other words, if the :term:`REQUIRED_MACHINE_FEATURES` variable | ||
| 7958 | lists a feature that does not appear in :term:`MACHINE_FEATURES` within the | ||
| 7959 | current configuration, then the recipe will be skipped, and if the build | ||
| 7960 | system attempts to build the recipe then an error will be triggered. | ||
| 7961 | |||
| 7953 | :term:`REQUIRED_TUNE_FEATURES` | 7962 | :term:`REQUIRED_TUNE_FEATURES` |
| 7954 | When inheriting the :ref:`ref-classes-features_check` class, this variable | 7963 | When inheriting the :ref:`ref-classes-features_check` class, this variable |
| 7955 | identifies tune features that must exist in the current configuration in | 7964 | identifies tune features that must exist in the current configuration in |
