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/dev-manual/index.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/dev-manual/index.rst')
-rw-r--r-- | documentation/dev-manual/index.rst | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/documentation/dev-manual/index.rst b/documentation/dev-manual/index.rst index f16b135c4d..b0bb5576ad 100644 --- a/documentation/dev-manual/index.rst +++ b/documentation/dev-manual/index.rst | |||
@@ -12,7 +12,43 @@ Yocto Project Development Tasks Manual | |||
12 | 12 | ||
13 | intro | 13 | intro |
14 | start | 14 | start |
15 | common-tasks | 15 | layers |
16 | customizing-images | ||
17 | new-recipe | ||
18 | new-machine | ||
19 | upgrading-recipes | ||
20 | temporary-source-code | ||
21 | quilt.rst | ||
22 | development-shell | ||
23 | python-development-shell | ||
24 | building | ||
25 | speeding-up-build | ||
26 | libraries | ||
27 | prebuilt-libraries | ||
28 | x32-psabi | ||
29 | gobject-introspection | ||
30 | external-toolchain | ||
31 | wic | ||
32 | bmaptool | ||
33 | securing-images | ||
34 | custom-distribution | ||
35 | custom-template-configuration-directory | ||
36 | disk-space | ||
37 | packages | ||
38 | efficiently-fetching-sources | ||
39 | init-manager | ||
40 | device-manager | ||
41 | external-scm | ||
42 | read-only-rootfs | ||
43 | build-quality | ||
44 | runtime-testing | ||
45 | debugging | ||
46 | changes | ||
47 | licenses | ||
48 | vulnerabilities | ||
49 | sbom | ||
50 | error-reporting-tool | ||
51 | wayland | ||
16 | qemu | 52 | qemu |
17 | 53 | ||
18 | .. include:: /boilerplate.rst | 54 | .. include:: /boilerplate.rst |