summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-02-14 19:04:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-24 15:43:25 +0000
commit1e14e7cc7999e924d7fb6d32844a95579534251e (patch)
treeedec5e6eafa3192f812f864ce02d9b4ee2d41e81 /documentation/ref-manual/classes.rst
parent0fca5a5a2070d32cd70ec2efd5912e0ef37a2714 (diff)
downloadpoky-1e14e7cc7999e924d7fb6d32844a95579534251e.tar.gz
dev-manual: new-recipe.rst: restructure examples
To make it possible to add more examples (CMake, Meson, Go, Rust...) - Change section title names - Adjust paragraph line length - Have the Autotools example after the one with a custom Makefile, corresponding to an increasing level of complexity. - Clarify that GNU make and the Autotools are used to build the applications, not by these applications. (From yocto-docs rev: 6f313e673fe4d2878c8166619c27c4958af73615) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 310be59912..4fdc4c583e 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -93,7 +93,7 @@ standardization. This class defines a set of tasks (e.g. ``configure``,
93should usually be enough to define a few standard variables and then 93should usually be enough to define a few standard variables and then
94simply ``inherit autotools``. These classes can also work with software 94simply ``inherit autotools``. These classes can also work with software
95that emulates Autotools. For more information, see the 95that emulates Autotools. For more information, see the
96":ref:`dev-manual/new-recipe:autotooled package`" section 96":ref:`dev-manual/new-recipe:building an autotooled package`" section
97in the Yocto Project Development Tasks Manual. 97in the Yocto Project Development Tasks Manual.
98 98
99By default, the :ref:`autotools* <ref-classes-autotools>` classes use out-of-tree builds (i.e. 99By default, the :ref:`autotools* <ref-classes-autotools>` classes use out-of-tree builds (i.e.