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/images.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/images.rst')
-rw-r--r-- | documentation/ref-manual/images.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst index 4b771d0601..d52b39f3cf 100644 --- a/documentation/ref-manual/images.rst +++ b/documentation/ref-manual/images.rst | |||
@@ -117,7 +117,7 @@ Following is a list of supported recipes: | |||
117 | deployed to a separate partition so that you can boot into it and use | 117 | deployed to a separate partition so that you can boot into it and use |
118 | it to deploy a second image to be tested. You can find more | 118 | it to deploy a second image to be tested. You can find more |
119 | information about runtime testing in the | 119 | information about runtime testing in the |
120 | ":ref:`dev-manual/common-tasks:performing automated runtime testing`" | 120 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" |
121 | section in the Yocto Project Development Tasks Manual. | 121 | section in the Yocto Project Development Tasks Manual. |
122 | 122 | ||
123 | - ``core-image-testmaster-initramfs``: A RAM-based Initial Root | 123 | - ``core-image-testmaster-initramfs``: A RAM-based Initial Root |
@@ -127,7 +127,7 @@ Following is a list of supported recipes: | |||
127 | - ``core-image-weston``: A very basic Wayland image with a terminal. | 127 | - ``core-image-weston``: A very basic Wayland image with a terminal. |
128 | This image provides the Wayland protocol libraries and the reference | 128 | This image provides the Wayland protocol libraries and the reference |
129 | Weston compositor. For more information, see the | 129 | Weston compositor. For more information, see the |
130 | ":ref:`dev-manual/common-tasks:using wayland and weston`" | 130 | ":ref:`dev-manual/wayland:using wayland and weston`" |
131 | section in the Yocto Project Development Tasks Manual. | 131 | section in the Yocto Project Development Tasks Manual. |
132 | 132 | ||
133 | - ``core-image-x11``: A very basic X11 image with a terminal. | 133 | - ``core-image-x11``: A very basic X11 image with a terminal. |