ref-manual: add meson class and variables

Backported from the master branch

(From yocto-docs rev: 266540ffdf84df14ebde374927e6e8ddd8ee688e)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Michael Opdenacker
2023-09-17 19:45:08 +02:00
committed by Steve Sakoman
parent 598c3d25c6
commit 5ea10fc05b
2 changed files with 35 additions and 0 deletions

View File

@@ -1537,6 +1537,16 @@ messages for various BitBake severity levels (i.e. ``bbplain``,
This class is enabled by default since it is inherited by the ``base``
class.
.. _ref-classes-meson:
``meson.bbclass``
=================
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.bbclass``