diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-30 10:45:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-30 11:11:17 +0000 |
commit | 415ff3a78c93138603910fc8ac7e11dc91587965 (patch) | |
tree | 4aaffc558f24d254e07b9d3b86690778f582692e /documentation/ref-manual/classes.rst | |
parent | e0800e8d8a81111832d351d9a14a5ea9c2c09c50 (diff) | |
download | poky-415ff3a78c93138603910fc8ac7e11dc91587965.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/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index c7a5e9a63a..f1d545f310 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1779,9 +1779,10 @@ class. | |||
1779 | ========= | 1779 | ========= |
1780 | 1780 | ||
1781 | The :ref:`ref-classes-meson` class allows to create recipes that build software | 1781 | The :ref:`ref-classes-meson` class allows to create recipes that build software |
1782 | using the `Meson <https://mesonbuild.com/>`__ build system. You can use | 1782 | using the `Meson <https://mesonbuild.com/>`__ build system. You can use the |
1783 | the :term:`MESON_BUILDTYPE` and :term:`EXTRA_OEMESON` variables to specify | 1783 | :term:`MESON_BUILDTYPE`, :term:`MESON_TARGET` and :term:`EXTRA_OEMESON` |
1784 | additional configuration options to be passed using the ``meson`` command line. | 1784 | variables to specify additional configuration options to be passed using the |
1785 | ``meson`` command line. | ||
1785 | 1786 | ||
1786 | .. _ref-classes-metadata_scm: | 1787 | .. _ref-classes-metadata_scm: |
1787 | 1788 | ||