mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
ref-manual/variables.rst: document missing CONFLICT_*_FEATURES variables
Those are part of the features_check class. (From yocto-docs rev: 297003a537798e6a4beafdd4ad520ed1c47c355a) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit fb38ef19e67b31f855bddb61ad990020d5cef234) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
committed by
Paul Barker
parent
26efce957c
commit
4d3cdfe6ce
@@ -1732,15 +1732,52 @@ system and gives an overview of their function and contents.
|
|||||||
Where :term:`AUTOTOOLS_SCRIPT_PATH` is the location of the of the
|
Where :term:`AUTOTOOLS_SCRIPT_PATH` is the location of the of the
|
||||||
Autotools build system scripts, which defaults to :term:`S`.
|
Autotools build system scripts, which defaults to :term:`S`.
|
||||||
|
|
||||||
|
:term:`CONFLICT_COMBINED_FEATURES`
|
||||||
|
When inheriting the :ref:`ref-classes-features_check`
|
||||||
|
class, this variable identifies combined features (see
|
||||||
|
:term:`COMBINED_FEATURES` for what this means) that would be in conflict
|
||||||
|
should the recipe be built. In other words, if the
|
||||||
|
:term:`CONFLICT_COMBINED_FEATURES` variable lists a feature that also
|
||||||
|
appears in :term:`COMBINED_FEATURES` within the current configuration,
|
||||||
|
then the recipe will be skipped, and if the build system attempts to build
|
||||||
|
the recipe then an error will be triggered.
|
||||||
|
|
||||||
:term:`CONFLICT_DISTRO_FEATURES`
|
:term:`CONFLICT_DISTRO_FEATURES`
|
||||||
When inheriting the :ref:`ref-classes-features_check`
|
When inheriting the :ref:`ref-classes-features_check`
|
||||||
class, this variable identifies distribution features that would be
|
class, this variable identifies distro features that would be
|
||||||
in conflict should the recipe be built. In other words, if the
|
in conflict should the recipe be built. In other words, if the
|
||||||
:term:`CONFLICT_DISTRO_FEATURES` variable lists a feature that also
|
:term:`CONFLICT_DISTRO_FEATURES` variable lists a feature that also
|
||||||
appears in :term:`DISTRO_FEATURES` within the current configuration, then
|
appears in :term:`DISTRO_FEATURES` within the current configuration, then
|
||||||
the recipe will be skipped, and if the build system attempts to build
|
the recipe will be skipped, and if the build system attempts to build
|
||||||
the recipe then an error will be triggered.
|
the recipe then an error will be triggered.
|
||||||
|
|
||||||
|
:term:`CONFLICT_IMAGE_FEATURES`
|
||||||
|
When inheriting the :ref:`ref-classes-features_check`
|
||||||
|
class, this variable identifies image features that would be
|
||||||
|
in conflict should the recipe be built. In other words, if the
|
||||||
|
:term:`CONFLICT_IMAGE_FEATURES` variable lists a feature that also
|
||||||
|
appears in :term:`IMAGE_FEATURES` within the current configuration, then
|
||||||
|
the recipe will be skipped, and if the build system attempts to build
|
||||||
|
the recipe then an error will be triggered.
|
||||||
|
|
||||||
|
:term:`CONFLICT_MACHINE_FEATURES`
|
||||||
|
When inheriting the :ref:`ref-classes-features_check`
|
||||||
|
class, this variable identifies machine features that would be
|
||||||
|
in conflict should the recipe be built. In other words, if the
|
||||||
|
:term:`CONFLICT_MACHINE_FEATURES` variable lists a feature that also
|
||||||
|
appears in :term:`MACHINE_FEATURES` within the current configuration, then
|
||||||
|
the recipe will be skipped, and if the build system attempts to build
|
||||||
|
the recipe then an error will be triggered.
|
||||||
|
|
||||||
|
:term:`CONFLICT_TUNE_FEATURES`
|
||||||
|
When inheriting the :ref:`ref-classes-features_check`
|
||||||
|
class, this variable identifies tune features that would be
|
||||||
|
in conflict should the recipe be built. In other words, if the
|
||||||
|
:term:`CONFLICT_TUNE_FEATURES` variable lists a feature that also
|
||||||
|
appears in :term:`TUNE_FEATURES` within the current configuration, then
|
||||||
|
the recipe will be skipped, and if the build system attempts to build
|
||||||
|
the recipe then an error will be triggered.
|
||||||
|
|
||||||
:term:`CONVERSION_CMD`
|
:term:`CONVERSION_CMD`
|
||||||
This variable is used for storing image conversion commands.
|
This variable is used for storing image conversion commands.
|
||||||
Image conversion can convert an image into different objects like:
|
Image conversion can convert an image into different objects like:
|
||||||
|
|||||||
Reference in New Issue
Block a user