From 945c669138a76be18c6b4da4f8f907d2a5cfd83f Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 24 Nov 2022 17:50:52 +0100 Subject: manuals: split dev-manual/common-tasks.rst A 500 KB source file is always harder to manage, and can have section title conflicts. So, the "Common Tasks" document is gone and all its constituents are moved up one level. You now have 40 chapters in the Development Tasks Manual. (From yocto-docs rev: 8a45bc469411410020b8e688c137395fcaf3761b) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/features.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual/features.rst') diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index 71d3c5e2aa..0229747650 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst @@ -143,7 +143,7 @@ metadata, as extra layers can define their own: - *cramfs:* Include CramFS support. - *debuginfod:* Include support for getting ELF debugging information through - a :ref:`debuginfod ` + a :ref:`debuginfod ` server. - *directfb:* Include DirectFB support. @@ -202,7 +202,7 @@ metadata, as extra layers can define their own: - *ptest:* Enables building the package tests where supported by individual recipes. For more information on package tests, see the - ":ref:`dev-manual/common-tasks:testing packages with ptest`" section + ":ref:`dev-manual/packages:testing packages with ptest`" section in the Yocto Project Development Tasks Manual. - *pulseaudio:* Include support for @@ -325,7 +325,7 @@ Here are the image features available for all images: - *read-only-rootfs:* Creates an image whose root filesystem is read-only. See the - ":ref:`dev-manual/common-tasks:creating a read-only root filesystem`" + ":ref:`dev-manual/read-only-rootfs:creating a read-only root filesystem`" section in the Yocto Project Development Tasks Manual for more information. @@ -394,7 +394,7 @@ these valid features is as follows: - *tools-debug:* Installs debugging tools such as ``strace`` and ``gdb``. For information on GDB, see the - ":ref:`dev-manual/common-tasks:debugging with the gnu project debugger (gdb) remotely`" section + ":ref:`dev-manual/debugging:debugging with the gnu project debugger (gdb) remotely`" section in the Yocto Project Development Tasks Manual. For information on tracing and profiling, see the :doc:`/profile-manual/index`. -- cgit v1.2.3-54-g00ecf