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/toaster-manual | |
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/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst index f8aabeed04..e014d2f090 100644 --- a/documentation/toaster-manual/reference.rst +++ b/documentation/toaster-manual/reference.rst | |||
@@ -65,7 +65,7 @@ layers. | |||
65 | For general information on layers, see the | 65 | For general information on layers, see the |
66 | ":ref:`overview-manual/yp-intro:the yocto project layer model`" | 66 | ":ref:`overview-manual/yp-intro:the yocto project layer model`" |
67 | section in the Yocto Project Overview and Concepts Manual. For information on how | 67 | section in the Yocto Project Overview and Concepts Manual. For information on how |
68 | to create layers, see the ":ref:`dev-manual/common-tasks:understanding and creating layers`" | 68 | to create layers, see the ":ref:`dev-manual/layers:understanding and creating layers`" |
69 | section in the Yocto Project Development Tasks Manual. | 69 | section in the Yocto Project Development Tasks Manual. |
70 | 70 | ||
71 | Configuring Toaster to Hook Into Your Layer Index | 71 | Configuring Toaster to Hook Into Your Layer Index |