mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
ref-manual: fix for features_check class change
distro_features_check was renamed to features_check and extended to support MACHINE_FEATURES, COMBINED_FEATURES and ANY_OF_*_FEATURES in dunfell, but the documentation still needed to be updated. (From yocto-docs rev: 3d565c61086c235f77d967acf7599e64f5944cb4) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 274eb596582a22883e8b386a07cf32ed45a77d79) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bb16108231
commit
b591dcd33e
@@ -132,6 +132,18 @@ system and gives an overview of their function and contents.
|
||||
":ref:`update-alternatives.bbclass <ref-classes-update-alternatives>`"
|
||||
section.
|
||||
|
||||
:term:`ANY_OF_DISTRO_FEATURES`
|
||||
When inheriting the
|
||||
:ref:`features_check <ref-classes-features_check>`
|
||||
class, this variable identifies a list of distribution features where
|
||||
at least one must be enabled in the current configuration in order
|
||||
for the OpenEmbedded build system to build the recipe. In other words,
|
||||
if none of the features listed in ``ANY_OF_DISTRO_FEATURES``
|
||||
appear in ``DISTRO_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:`APPEND`
|
||||
An override list of append strings for each target specified with
|
||||
:term:`LABELS`.
|
||||
@@ -1300,12 +1312,13 @@ system and gives an overview of their function and contents.
|
||||
|
||||
:term:`CONFLICT_DISTRO_FEATURES`
|
||||
When inheriting the
|
||||
:ref:`distro_features_check <ref-classes-distro_features_check>`
|
||||
:ref:`features_check <ref-classes-features_check>`
|
||||
class, this variable identifies distribution features that would be
|
||||
in conflict should the recipe be built. In other words, if the
|
||||
``CONFLICT_DISTRO_FEATURES`` variable lists a feature that also
|
||||
appears in ``DISTRO_FEATURES`` within the current configuration, an
|
||||
error occurs and the build stops.
|
||||
appears in ``DISTRO_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:`COPYLEFT_LICENSE_EXCLUDE`
|
||||
A space-separated list of licenses to exclude from the source
|
||||
@@ -6063,13 +6076,14 @@ system and gives an overview of their function and contents.
|
||||
|
||||
:term:`REQUIRED_DISTRO_FEATURES`
|
||||
When inheriting the
|
||||
:ref:`distro_features_check <ref-classes-distro_features_check>`
|
||||
:ref:`features_check <ref-classes-features_check>`
|
||||
class, this variable identifies distribution features that must exist
|
||||
in the current configuration in order for the OpenEmbedded build
|
||||
system to build the recipe. In other words, if the
|
||||
``REQUIRED_DISTRO_FEATURES`` variable lists a feature that does not
|
||||
appear in ``DISTRO_FEATURES`` within the current configuration, an
|
||||
error occurs and the build stops.
|
||||
appear in ``DISTRO_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:`RM_WORK_EXCLUDE`
|
||||
With ``rm_work`` enabled, this variable specifies a list of recipes
|
||||
|
||||
Reference in New Issue
Block a user