summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-25 10:20:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-27 15:25:05 +0000
commit879371ca7c9861606409d87a739bf7e6ec627f7e (patch)
tree18546d9e4b519e1dd4f51518d76f332740121ffd /documentation
parentbfa657b6398c6c129cd2604ea631b533b16b953a (diff)
downloadpoky-879371ca7c9861606409d87a739bf7e6ec627f7e.tar.gz
ref-manual/variables.rst: document the MESON_INSTALL_TAGS
This variable can be used to add install tags to the 'meson install' command. (From yocto-docs rev: 72b502cfb67345cda17bc2ae7af222b7cecb9a0c) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index b872d79355..d5fec650cb 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5601,6 +5601,10 @@ system and gives an overview of their function and contents.
5601 you to specify the inclusion of debugging symbols and the compiler 5601 you to specify the inclusion of debugging symbols and the compiler
5602 optimizations (none, performance or size). 5602 optimizations (none, performance or size).
5603 5603
5604 :term:`MESON_INSTALL_TAGS`
5605 A variable for the :ref:`ref-classes-meson` class, allowing to specify
5606 install tags (``--tags`` argument of the ``meson install`` command).
5607
5604 :term:`MESON_TARGET` 5608 :term:`MESON_TARGET`
5605 A variable for the :ref:`ref-classes-meson` class, allowing to choose 5609 A variable for the :ref:`ref-classes-meson` class, allowing to choose
5606 a Meson target to build in :ref:`ref-tasks-compile`. Otherwise, the 5610 a Meson target to build in :ref:`ref-tasks-compile`. Otherwise, the