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/overview-manual/development-environment.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/overview-manual/development-environment.rst')
-rw-r--r-- | documentation/overview-manual/development-environment.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst index 7d5953db33..0d931df3dc 100644 --- a/documentation/overview-manual/development-environment.rst +++ b/documentation/overview-manual/development-environment.rst | |||
@@ -93,7 +93,7 @@ are several ways of working in the Yocto Project environment: | |||
93 | through your Linux distribution and the Yocto Project. | 93 | through your Linux distribution and the Yocto Project. |
94 | 94 | ||
95 | For a general flow of the build procedures, see the | 95 | For a general flow of the build procedures, see the |
96 | ":ref:`dev-manual/common-tasks:building a simple image`" | 96 | ":ref:`dev-manual/building:building a simple image`" |
97 | section in the Yocto Project Development Tasks Manual. | 97 | section in the Yocto Project Development Tasks Manual. |
98 | 98 | ||
99 | - *Board Support Package (BSP) Development:* Development of BSPs | 99 | - *Board Support Package (BSP) Development:* Development of BSPs |
@@ -244,7 +244,7 @@ and so forth. | |||
244 | 244 | ||
245 | For information on finding out who is responsible for (maintains) a | 245 | For information on finding out who is responsible for (maintains) a |
246 | particular area of code in the Yocto Project, see the | 246 | particular area of code in the Yocto Project, see the |
247 | ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" | 247 | ":ref:`dev-manual/changes:submitting a change to the yocto project`" |
248 | section of the Yocto Project Development Tasks Manual. | 248 | section of the Yocto Project Development Tasks Manual. |
249 | 249 | ||
250 | The Yocto Project ``poky`` Git repository also has an upstream | 250 | The Yocto Project ``poky`` Git repository also has an upstream |
@@ -276,7 +276,7 @@ push them into the "contrib" area and subsequently request that the | |||
276 | maintainer include them into an upstream branch. This process is called | 276 | maintainer include them into an upstream branch. This process is called |
277 | "submitting a patch" or "submitting a change." For information on | 277 | "submitting a patch" or "submitting a change." For information on |
278 | submitting patches and changes, see the | 278 | submitting patches and changes, see the |
279 | ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" | 279 | ":ref:`dev-manual/changes:submitting a change to the yocto project`" |
280 | section in the Yocto Project Development Tasks Manual. | 280 | section in the Yocto Project Development Tasks Manual. |
281 | 281 | ||
282 | In summary, there is a single point of entry for changes into the | 282 | In summary, there is a single point of entry for changes into the |
@@ -343,7 +343,7 @@ Book <https://book.git-scm.com>`__. | |||
343 | the ``scripts`` folder of the | 343 | the ``scripts`` folder of the |
344 | :term:`Source Directory`. For information | 344 | :term:`Source Directory`. For information |
345 | on how to use these scripts, see the | 345 | on how to use these scripts, see the |
346 | ":ref:`dev-manual/common-tasks:using scripts to push a change upstream and request a pull`" | 346 | ":ref:`dev-manual/changes:using scripts to push a change upstream and request a pull`" |
347 | section in the Yocto Project Development Tasks Manual. | 347 | section in the Yocto Project Development Tasks Manual. |
348 | 348 | ||
349 | - *Patch Workflow:* This workflow allows you to notify the maintainer | 349 | - *Patch Workflow:* This workflow allows you to notify the maintainer |
@@ -352,7 +352,7 @@ Book <https://book.git-scm.com>`__. | |||
352 | this type of change, you format the patch and then send the email | 352 | this type of change, you format the patch and then send the email |
353 | using the Git commands ``git format-patch`` and ``git send-email``. | 353 | using the Git commands ``git format-patch`` and ``git send-email``. |
354 | For information on how to use these scripts, see the | 354 | For information on how to use these scripts, see the |
355 | ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" | 355 | ":ref:`dev-manual/changes:submitting a change to the yocto project`" |
356 | section in the Yocto Project Development Tasks Manual. | 356 | section in the Yocto Project Development Tasks Manual. |
357 | 357 | ||
358 | Git | 358 | Git |
@@ -647,5 +647,5 @@ Project uses in the ``meta/files/common-licenses`` directory in your | |||
647 | For information that can help you maintain compliance with various open | 647 | For information that can help you maintain compliance with various open |
648 | source licensing during the lifecycle of a product created using the | 648 | source licensing during the lifecycle of a product created using the |
649 | Yocto Project, see the | 649 | Yocto Project, see the |
650 | ":ref:`dev-manual/common-tasks:maintaining open source license compliance during your product's lifecycle`" | 650 | ":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecycle`" |
651 | section in the Yocto Project Development Tasks Manual. | 651 | section in the Yocto Project Development Tasks Manual. |