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/transitioning-to-a-custom-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/transitioning-to-a-custom-environment.rst')
-rw-r--r-- | documentation/transitioning-to-a-custom-environment.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/transitioning-to-a-custom-environment.rst b/documentation/transitioning-to-a-custom-environment.rst index ee1fc891ab..6ff55e5619 100644 --- a/documentation/transitioning-to-a-custom-environment.rst +++ b/documentation/transitioning-to-a-custom-environment.rst | |||
@@ -42,7 +42,7 @@ Transitioning to a custom environment for systems development | |||
42 | You might want to start with the build specification that Poky provides | 42 | You might want to start with the build specification that Poky provides |
43 | (which is reference embedded distribution) and then add your newly chosen | 43 | (which is reference embedded distribution) and then add your newly chosen |
44 | layers to that. Here is the information :ref:`about adding layers | 44 | layers to that. Here is the information :ref:`about adding layers |
45 | <dev-manual/common-tasks:Understanding and Creating Layers>`. | 45 | <dev-manual/layers:Understanding and Creating Layers>`. |
46 | 46 | ||
47 | #. **Based on the layers you've chosen, make needed changes in your | 47 | #. **Based on the layers you've chosen, make needed changes in your |
48 | configuration**. | 48 | configuration**. |
@@ -58,7 +58,7 @@ Transitioning to a custom environment for systems development | |||
58 | releases. If you are using a Yocto Project release earlier than 2.4, use the | 58 | releases. If you are using a Yocto Project release earlier than 2.4, use the |
59 | ``yocto-layer create`` tool. The ``bitbake-layers`` tool also provides a number | 59 | ``yocto-layer create`` tool. The ``bitbake-layers`` tool also provides a number |
60 | of other useful layer-related commands. See | 60 | of other useful layer-related commands. See |
61 | :ref:`dev-manual/common-tasks:creating a general layer using the | 61 | :ref:`dev-manual/layers:creating a general layer using the |
62 | \`\`bitbake-layers\`\` script` section. | 62 | \`\`bitbake-layers\`\` script` section. |
63 | 63 | ||
64 | #. **Create your own layer for the BSP you're going to use**. | 64 | #. **Create your own layer for the BSP you're going to use**. |
@@ -79,7 +79,7 @@ Transitioning to a custom environment for systems development | |||
79 | process of refinement. Start by getting each step of the build process | 79 | process of refinement. Start by getting each step of the build process |
80 | working beginning with fetching all the way through packaging. Next, run the | 80 | working beginning with fetching all the way through packaging. Next, run the |
81 | software on your target and refine further as needed. See :ref:`Writing a New | 81 | software on your target and refine further as needed. See :ref:`Writing a New |
82 | Recipe <dev-manual/common-tasks:writing a new recipe>` in the | 82 | Recipe <dev-manual/new-recipe:writing a new recipe>` in the |
83 | Yocto Project Development Tasks Manual for more information. | 83 | Yocto Project Development Tasks Manual for more information. |
84 | 84 | ||
85 | #. **Now you're ready to create an image recipe**. | 85 | #. **Now you're ready to create an image recipe**. |
@@ -103,7 +103,7 @@ Transitioning to a custom environment for systems development | |||
103 | needs to change for your distribution. If you find yourself adding a lot of | 103 | needs to change for your distribution. If you find yourself adding a lot of |
104 | configuration to your local.conf file aside from paths and other typical | 104 | configuration to your local.conf file aside from paths and other typical |
105 | local settings, it's time to :ref:`consider creating your own distribution | 105 | local settings, it's time to :ref:`consider creating your own distribution |
106 | <dev-manual/common-tasks:creating your own distribution>`. | 106 | <dev-manual/custom-distribution:creating your own distribution>`. |
107 | 107 | ||
108 | You can add product specifications that can customize the distribution if | 108 | You can add product specifications that can customize the distribution if |
109 | needed in other layers. You can also add other functionality specific to the | 109 | needed in other layers. You can also add other functionality specific to the |