mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
ref-manual: document MESON_TARGET
(From yocto-docs rev: 8109eeb5b7a4e5b2f50047e049ce0295bdc94856) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6fb4c79030
commit
bc00caadc9
@@ -1779,9 +1779,10 @@ class.
|
|||||||
=========
|
=========
|
||||||
|
|
||||||
The :ref:`ref-classes-meson` class allows to create recipes that build software
|
The :ref:`ref-classes-meson` class allows to create recipes that build software
|
||||||
using the `Meson <https://mesonbuild.com/>`__ build system. You can use
|
using the `Meson <https://mesonbuild.com/>`__ build system. You can use the
|
||||||
the :term:`MESON_BUILDTYPE` and :term:`EXTRA_OEMESON` variables to specify
|
:term:`MESON_BUILDTYPE`, :term:`MESON_TARGET` and :term:`EXTRA_OEMESON`
|
||||||
additional configuration options to be passed using the ``meson`` command line.
|
variables to specify additional configuration options to be passed using the
|
||||||
|
``meson`` command line.
|
||||||
|
|
||||||
.. _ref-classes-metadata_scm:
|
.. _ref-classes-metadata_scm:
|
||||||
|
|
||||||
|
|||||||
@@ -5319,6 +5319,11 @@ system and gives an overview of their function and contents.
|
|||||||
you to specify the inclusion of debugging symbols and the compiler
|
you to specify the inclusion of debugging symbols and the compiler
|
||||||
optimizations (none, performance or size).
|
optimizations (none, performance or size).
|
||||||
|
|
||||||
|
:term:`MESON_TARGET`
|
||||||
|
A variable for the :ref:`ref-classes-meson` class, allowing to choose
|
||||||
|
a Meson target to build in :ref:`ref-tasks-compile`. Otherwise, the
|
||||||
|
default targets are built.
|
||||||
|
|
||||||
:term:`METADATA_BRANCH`
|
:term:`METADATA_BRANCH`
|
||||||
The branch currently checked out for the OpenEmbedded-Core layer (path
|
The branch currently checked out for the OpenEmbedded-Core layer (path
|
||||||
determined by :term:`COREBASE`).
|
determined by :term:`COREBASE`).
|
||||||
|
|||||||
Reference in New Issue
Block a user