diff options
-rw-r--r-- | documentation/ref-manual/classes.rst | 7 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index c7a5e9a63a..f1d545f310 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1779,9 +1779,10 @@ class. | |||
1779 | ========= | 1779 | ========= |
1780 | 1780 | ||
1781 | The :ref:`ref-classes-meson` class allows to create recipes that build software | 1781 | The :ref:`ref-classes-meson` class allows to create recipes that build software |
1782 | using the `Meson <https://mesonbuild.com/>`__ build system. You can use | 1782 | using the `Meson <https://mesonbuild.com/>`__ build system. You can use the |
1783 | the :term:`MESON_BUILDTYPE` and :term:`EXTRA_OEMESON` variables to specify | 1783 | :term:`MESON_BUILDTYPE`, :term:`MESON_TARGET` and :term:`EXTRA_OEMESON` |
1784 | additional configuration options to be passed using the ``meson`` command line. | 1784 | variables to specify additional configuration options to be passed using the |
1785 | ``meson`` command line. | ||
1785 | 1786 | ||
1786 | .. _ref-classes-metadata_scm: | 1787 | .. _ref-classes-metadata_scm: |
1787 | 1788 | ||
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 2d875c984d..3eff516f62 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5319,6 +5319,11 @@ system and gives an overview of their function and contents. | |||
5319 | you to specify the inclusion of debugging symbols and the compiler | 5319 | you to specify the inclusion of debugging symbols and the compiler |
5320 | optimizations (none, performance or size). | 5320 | optimizations (none, performance or size). |
5321 | 5321 | ||
5322 | :term:`MESON_TARGET` | ||
5323 | A variable for the :ref:`ref-classes-meson` class, allowing to choose | ||
5324 | a Meson target to build in :ref:`ref-tasks-compile`. Otherwise, the | ||
5325 | default targets are built. | ||
5326 | |||
5322 | :term:`METADATA_BRANCH` | 5327 | :term:`METADATA_BRANCH` |
5323 | The branch currently checked out for the OpenEmbedded-Core layer (path | 5328 | The branch currently checked out for the OpenEmbedded-Core layer (path |
5324 | determined by :term:`COREBASE`). | 5329 | determined by :term:`COREBASE`). |