diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-24 17:50:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-01 19:20:29 +0000 |
commit | 945c669138a76be18c6b4da4f8f907d2a5cfd83f (patch) | |
tree | cebff3cae5021d4fcceb5aa51fce1c2aead97ed2 /documentation/ref-manual/features.rst | |
parent | 6fe3143800925463279d0664fc7f3372b53c6c52 (diff) | |
download | poky-945c669138a76be18c6b4da4f8f907d2a5cfd83f.tar.gz |
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 <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/features.rst')
-rw-r--r-- | documentation/ref-manual/features.rst | 8 |
1 files changed, 4 insertions, 4 deletions
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: | |||
143 | - *cramfs:* Include CramFS support. | 143 | - *cramfs:* Include CramFS support. |
144 | 144 | ||
145 | - *debuginfod:* Include support for getting ELF debugging information through | 145 | - *debuginfod:* Include support for getting ELF debugging information through |
146 | a :ref:`debuginfod <dev-manual/common-tasks:using the debuginfod server method>` | 146 | a :ref:`debuginfod <dev-manual/debugging:using the debuginfod server method>` |
147 | server. | 147 | server. |
148 | 148 | ||
149 | - *directfb:* Include DirectFB support. | 149 | - *directfb:* Include DirectFB support. |
@@ -202,7 +202,7 @@ metadata, as extra layers can define their own: | |||
202 | 202 | ||
203 | - *ptest:* Enables building the package tests where supported by | 203 | - *ptest:* Enables building the package tests where supported by |
204 | individual recipes. For more information on package tests, see the | 204 | individual recipes. For more information on package tests, see the |
205 | ":ref:`dev-manual/common-tasks:testing packages with ptest`" section | 205 | ":ref:`dev-manual/packages:testing packages with ptest`" section |
206 | in the Yocto Project Development Tasks Manual. | 206 | in the Yocto Project Development Tasks Manual. |
207 | 207 | ||
208 | - *pulseaudio:* Include support for | 208 | - *pulseaudio:* Include support for |
@@ -325,7 +325,7 @@ Here are the image features available for all images: | |||
325 | 325 | ||
326 | - *read-only-rootfs:* Creates an image whose root filesystem is | 326 | - *read-only-rootfs:* Creates an image whose root filesystem is |
327 | read-only. See the | 327 | read-only. See the |
328 | ":ref:`dev-manual/common-tasks:creating a read-only root filesystem`" | 328 | ":ref:`dev-manual/read-only-rootfs:creating a read-only root filesystem`" |
329 | section in the Yocto Project Development Tasks Manual for more | 329 | section in the Yocto Project Development Tasks Manual for more |
330 | information. | 330 | information. |
331 | 331 | ||
@@ -394,7 +394,7 @@ these valid features is as follows: | |||
394 | 394 | ||
395 | - *tools-debug:* Installs debugging tools such as ``strace`` and | 395 | - *tools-debug:* Installs debugging tools such as ``strace`` and |
396 | ``gdb``. For information on GDB, see the | 396 | ``gdb``. For information on GDB, see the |
397 | ":ref:`dev-manual/common-tasks:debugging with the gnu project debugger (gdb) remotely`" section | 397 | ":ref:`dev-manual/debugging:debugging with the gnu project debugger (gdb) remotely`" section |
398 | in the Yocto Project Development Tasks Manual. For information on | 398 | in the Yocto Project Development Tasks Manual. For information on |
399 | tracing and profiling, see the :doc:`/profile-manual/index`. | 399 | tracing and profiling, see the :doc:`/profile-manual/index`. |
400 | 400 | ||