diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-03-16 16:12:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-20 13:16:52 +0000 |
commit | bb88c24452a01dacfc074c5a6a6c123aa16b7368 (patch) | |
tree | 2818249fdf57e38ca7e80e02b57e3999c4a3a523 /documentation | |
parent | ee1a0825b7d65ef7fb173e210051995222af6ae4 (diff) | |
download | poky-bb88c24452a01dacfc074c5a6a6c123aa16b7368.tar.gz |
ref-manual: variables.rst: update LAYERSERIES_COMPAT
- Replace by a reference to the description which was
moved to the BitBake manual.
- Also drop the reference to the Yocto Project Development Tasks Manual
which doesn't add extra information on this variable.
(From yocto-docs rev: 87cdda981fa6a3d05c559fb00e214214956346dc)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 6c59ffee5f..c787a17937 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4741,31 +4741,7 @@ system and gives an overview of their function and contents. | |||
4741 | ``LAYERRECOMMENDS_mylayer``). | 4741 | ``LAYERRECOMMENDS_mylayer``). |
4742 | 4742 | ||
4743 | :term:`LAYERSERIES_COMPAT` | 4743 | :term:`LAYERSERIES_COMPAT` |
4744 | Lists the versions of the :term:`OpenEmbedded-Core (OE-Core)` for which | 4744 | See :term:`bitbake:LAYERSERIES_COMPAT` in the BitBake manual. |
4745 | a layer is compatible. Using the :term:`LAYERSERIES_COMPAT` variable | ||
4746 | allows the layer maintainer to indicate which combinations of the | ||
4747 | layer and OE-Core can be expected to work. The variable gives the | ||
4748 | system a way to detect when a layer has not been tested with new | ||
4749 | releases of OE-Core (e.g. the layer is not maintained). | ||
4750 | |||
4751 | To specify the OE-Core versions for which a layer is compatible, use | ||
4752 | this variable in your layer's ``conf/layer.conf`` configuration file. | ||
4753 | For the list, use the Yocto Project | ||
4754 | :yocto_wiki:`Release Name </Releases>` (e.g. | ||
4755 | &DISTRO_NAME_NO_CAP;). To specify multiple OE-Core versions for the | ||
4756 | layer, use a space-separated list:: | ||
4757 | |||
4758 | LAYERSERIES_COMPAT_layer_root_name = "&DISTRO_NAME_NO_CAP; &DISTRO_NAME_NO_CAP_MINUS_ONE;" | ||
4759 | |||
4760 | .. note:: | ||
4761 | |||
4762 | Setting :term:`LAYERSERIES_COMPAT` is required by the Yocto Project | ||
4763 | Compatible version 2 standard. | ||
4764 | The OpenEmbedded build system produces a warning if the variable | ||
4765 | is not set for any given layer. | ||
4766 | |||
4767 | See the ":ref:`dev-manual/layers:creating your own layer`" | ||
4768 | section in the Yocto Project Development Tasks Manual. | ||
4769 | 4745 | ||
4770 | :term:`LAYERVERSION` | 4746 | :term:`LAYERVERSION` |
4771 | Optionally specifies the version of a layer as a single number. You | 4747 | Optionally specifies the version of a layer as a single number. You |