summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-30 10:45:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-31 13:12:06 +0000
commitbc00caadc9bd5eab854d4b7e6574a2eb9747ac79 (patch)
treed10208d8b08a98012801ae930ed431a8f90a4a9f /documentation/ref-manual/variables.rst
parent6fb4c79030e9eb6ac18660e30cfce8227a0d204b (diff)
downloadpoky-bc00caadc9bd5eab854d4b7e6574a2eb9747ac79.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
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`).