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/start.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/start.rst')
-rw-r--r-- | documentation/dev-manual/start.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 63d63fc27e..b02e961608 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -223,7 +223,7 @@ particular working environment and set of practices. | |||
223 | - Maintain your Metadata in layers that make sense for your | 223 | - Maintain your Metadata in layers that make sense for your |
224 | situation. See the ":ref:`overview-manual/yp-intro:the yocto project layer model`" | 224 | situation. See the ":ref:`overview-manual/yp-intro:the yocto project layer model`" |
225 | section in the Yocto Project Overview and Concepts Manual and the | 225 | section in the Yocto Project Overview and Concepts Manual and the |
226 | ":ref:`dev-manual/common-tasks:understanding and creating layers`" | 226 | ":ref:`dev-manual/layers:understanding and creating layers`" |
227 | section for more information on layers. | 227 | section for more information on layers. |
228 | 228 | ||
229 | - Separate the project's Metadata and code by using separate Git | 229 | - Separate the project's Metadata and code by using separate Git |
@@ -247,13 +247,13 @@ particular working environment and set of practices. | |||
247 | project to fix bugs or add features. If you do submit patches, | 247 | project to fix bugs or add features. If you do submit patches, |
248 | follow the project commit guidelines for writing good commit | 248 | follow the project commit guidelines for writing good commit |
249 | messages. See the | 249 | messages. See the |
250 | ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" | 250 | ":ref:`dev-manual/changes:submitting a change to the yocto project`" |
251 | section. | 251 | section. |
252 | 252 | ||
253 | - Send changes to the core sooner than later as others are likely | 253 | - Send changes to the core sooner than later as others are likely |
254 | to run into the same issues. For some guidance on mailing lists | 254 | to run into the same issues. For some guidance on mailing lists |
255 | to use, see the list in the | 255 | to use, see the list in the |
256 | ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" | 256 | ":ref:`dev-manual/changes:submitting a change to the yocto project`" |
257 | section. For a description | 257 | section. For a description |
258 | of the available mailing lists, see the ":ref:`resources-mailinglist`" section in | 258 | of the available mailing lists, see the ":ref:`resources-mailinglist`" section in |
259 | the Yocto Project Reference Manual. | 259 | the Yocto Project Reference Manual. |