summaryrefslogtreecommitdiffstats
path: root/documentation/transitioning-to-a-custom-environment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/transitioning-to-a-custom-environment.rst')
-rw-r--r--documentation/transitioning-to-a-custom-environment.rst8
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 3663f53364..997f599f54 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/dev-manual-common-tasks:Understanding and Creating Layers>`. 45 <dev-manual/common-tasks: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/dev-manual-common-tasks:creating a general layer using the 61 :ref:`dev-manual/common-tasks: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/dev-manual-common-tasks:writing a new recipe>` in the 82 Recipe <dev-manual/common-tasks: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/dev-manual-common-tasks:creating your own distribution>`. 106 <dev-manual/common-tasks: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