mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0fca5a5a20
commit
1e14e7cc79
@@ -93,7 +93,7 @@ standardization. This class defines a set of tasks (e.g. ``configure``,
|
||||
should usually be enough to define a few standard variables and then
|
||||
simply ``inherit autotools``. These classes can also work with software
|
||||
that emulates Autotools. For more information, see the
|
||||
":ref:`dev-manual/new-recipe:autotooled package`" section
|
||||
":ref:`dev-manual/new-recipe:building an autotooled package`" section
|
||||
in the Yocto Project Development Tasks Manual.
|
||||
|
||||
By default, the :ref:`autotools* <ref-classes-autotools>` classes use out-of-tree builds (i.e.
|
||||
|
||||
Reference in New Issue
Block a user