ref-manual: document meson class and variables

(From yocto-docs rev: aacd49e5c72ac1506fc09790902c6047ccf26a02)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2023-02-16 15:07:02 +01:00
committed by Richard Purdie
parent 2b621b21bc
commit dc257d94fc
2 changed files with 35 additions and 0 deletions

View File

@@ -1651,6 +1651,16 @@ messages for various BitBake severity levels (i.e. ``bbplain``,
This class is enabled by default since it is inherited by the :ref:`ref-classes-base`
class.
.. _ref-classes-meson:
``meson``
=========
The :ref:`ref-classes-meson` class allows to create recipes that build software
using the `Meson <https://mesonbuild.com/>`__ build system. You can use
the :term:`MESON_BUILDTYPE` and :term:`EXTRA_OEMESON` variables to specify
additional configuration options to be passed using the ``meson`` command line.
.. _ref-classes-metadata_scm:
``metadata_scm``