summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-development-environment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/overview-manual-development-environment.rst')
-rw-r--r--documentation/overview-manual/overview-manual-development-environment.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst
index 2421ec1a85..e03b4cdc62 100644
--- a/documentation/overview-manual/overview-manual-development-environment.rst
+++ b/documentation/overview-manual/overview-manual-development-environment.rst
@@ -66,7 +66,7 @@ to set up a CROPS machine, you effectively have access to a shell
66environment that is similar to what you see when using a Linux-based 66environment that is similar to what you see when using a Linux-based
67development host. For the steps needed to set up a system using CROPS, 67development host. For the steps needed to set up a system using CROPS,
68see the 68see the
69":ref:`dev-manual/dev-manual-start:setting up to use cross platforms (crops)`" 69":ref:`dev-manual/start:setting up to use cross platforms (crops)`"
70section in 70section in
71the Yocto Project Development Tasks Manual. 71the Yocto Project Development Tasks Manual.
72 72
@@ -77,7 +77,7 @@ distribution on the system is one that supports the Yocto Project. You
77also need to be sure that the correct set of host packages are installed 77also need to be sure that the correct set of host packages are installed
78that allow development using the Yocto Project. For the steps needed to 78that allow development using the Yocto Project. For the steps needed to
79set up a development host that runs Linux, see the 79set up a development host that runs Linux, see the
80":ref:`dev-manual/dev-manual-start:setting up a native linux host`" 80":ref:`dev-manual/start:setting up a native linux host`"
81section in the Yocto Project Development Tasks Manual. 81section in the Yocto Project Development Tasks Manual.
82 82
83Once your development host is set up to use the Yocto Project, several 83Once your development host is set up to use the Yocto Project, several
@@ -94,7 +94,7 @@ methods exist for you to do work in the Yocto Project environment:
94 through your Linux distribution and the Yocto Project. 94 through your Linux distribution and the Yocto Project.
95 95
96 For a general flow of the build procedures, see the 96 For a general flow of the build procedures, see the
97 ":ref:`dev-manual/dev-manual-common-tasks:building a simple image`" 97 ":ref:`dev-manual/common-tasks:building a simple image`"
98 section in the Yocto Project Development Tasks Manual. 98 section in the Yocto Project Development Tasks Manual.
99 99
100- *Board Support Package (BSP) Development:* Development of BSPs 100- *Board Support Package (BSP) Development:* Development of BSPs
@@ -178,7 +178,7 @@ development:
178 :align: center 178 :align: center
179 179
180 For steps on how to view and access these upstream Git repositories, 180 For steps on how to view and access these upstream Git repositories,
181 see the ":ref:`dev-manual/dev-manual-start:accessing source repositories`" 181 see the ":ref:`dev-manual/start:accessing source repositories`"
182 Section in the Yocto Project Development Tasks Manual. 182 Section in the Yocto Project Development Tasks Manual.
183 183
184- :yocto_dl:`Index of /releases: </releases>` This is an index 184- :yocto_dl:`Index of /releases: </releases>` This is an index
@@ -192,7 +192,7 @@ development:
192 :align: center 192 :align: center
193 193
194 For steps on how to view and access these files, see the 194 For steps on how to view and access these files, see the
195 ":ref:`dev-manual/dev-manual-start:accessing index of releases`" 195 ":ref:`dev-manual/start:accessing index of releases`"
196 section in the Yocto Project Development Tasks Manual. 196 section in the Yocto Project Development Tasks Manual.
197 197
198- *"DOWNLOADS" page for the* :yocto_home:`Yocto Project Website <>` *:* 198- *"DOWNLOADS" page for the* :yocto_home:`Yocto Project Website <>` *:*
@@ -207,7 +207,7 @@ development:
207 :align: center 207 :align: center
208 208
209 For steps on how to use the "DOWNLOADS" page, see the 209 For steps on how to use the "DOWNLOADS" page, see the
210 ":ref:`dev-manual/dev-manual-start:using the downloads page`" 210 ":ref:`dev-manual/start:using the downloads page`"
211 section in the Yocto Project Development Tasks Manual. 211 section in the Yocto Project Development Tasks Manual.
212 212
213Git Workflows and the Yocto Project 213Git Workflows and the Yocto Project
@@ -242,7 +242,7 @@ and so forth.
242 242
243 For information on finding out who is responsible for (maintains) a 243 For information on finding out who is responsible for (maintains) a
244 particular area of code in the Yocto Project, see the 244 particular area of code in the Yocto Project, see the
245 ":ref:`dev-manual/dev-manual-common-tasks:submitting a change to the yocto project`" 245 ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`"
246 section of the Yocto Project Development Tasks Manual. 246 section of the Yocto Project Development Tasks Manual.
247 247
248The Yocto Project ``poky`` Git repository also has an upstream 248The Yocto Project ``poky`` Git repository also has an upstream
@@ -274,7 +274,7 @@ push them into the "contrib" area and subsequently request that the
274maintainer include them into an upstream branch. This process is called 274maintainer include them into an upstream branch. This process is called
275"submitting a patch" or "submitting a change." For information on 275"submitting a patch" or "submitting a change." For information on
276submitting patches and changes, see the 276submitting patches and changes, see the
277":ref:`dev-manual/dev-manual-common-tasks:submitting a change to the yocto project`" 277":ref:`dev-manual/common-tasks:submitting a change to the yocto project`"
278section in the Yocto Project Development Tasks Manual. 278section in the Yocto Project Development Tasks Manual.
279 279
280In summary, a single point of entry exists for changes into a "master" 280In summary, a single point of entry exists for changes into a "master"
@@ -341,7 +341,7 @@ Book <http://book.git-scm.com>`__.
341 the ``scripts`` folder of the 341 the ``scripts`` folder of the
342 :term:`Source Directory`. For information 342 :term:`Source Directory`. For information
343 on how to use these scripts, see the 343 on how to use these scripts, see the
344 ":ref:`dev-manual/dev-manual-common-tasks:using scripts to push a change upstream and request a pull`" 344 ":ref:`dev-manual/common-tasks:using scripts to push a change upstream and request a pull`"
345 section in the Yocto Project Development Tasks Manual. 345 section in the Yocto Project Development Tasks Manual.
346 346
347- *Patch Workflow:* This workflow allows you to notify the maintainer 347- *Patch Workflow:* This workflow allows you to notify the maintainer
@@ -350,7 +350,7 @@ Book <http://book.git-scm.com>`__.
350 this type of change, you format the patch and then send the email 350 this type of change, you format the patch and then send the email
351 using the Git commands ``git format-patch`` and ``git send-email``. 351 using the Git commands ``git format-patch`` and ``git send-email``.
352 For information on how to use these scripts, see the 352 For information on how to use these scripts, see the
353 ":ref:`dev-manual/dev-manual-common-tasks:submitting a change to the yocto project`" 353 ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`"
354 section in the Yocto Project Development Tasks Manual. 354 section in the Yocto Project Development Tasks Manual.
355 355
356Git 356Git
@@ -376,7 +376,7 @@ commands.
376 page, see http://git-scm.com/download. 376 page, see http://git-scm.com/download.
377 377
378 - For information beyond the introductory nature in this section, 378 - For information beyond the introductory nature in this section,
379 see the ":ref:`dev-manual/dev-manual-start:locating yocto project source files`" 379 see the ":ref:`dev-manual/start:locating yocto project source files`"
380 section in the Yocto Project Development Tasks Manual. 380 section in the Yocto Project Development Tasks Manual.
381 381
382Repositories, Tags, and Branches 382Repositories, Tags, and Branches
@@ -408,7 +408,7 @@ You can create a local copy of any repository by "cloning" it with the
408an identical copy of the repository on your development system. Once you 408an identical copy of the repository on your development system. Once you
409have a local copy of a repository, you can take steps to develop 409have a local copy of a repository, you can take steps to develop
410locally. For examples on how to clone Git repositories, see the 410locally. For examples on how to clone Git repositories, see the
411":ref:`dev-manual/dev-manual-start:locating yocto project source files`" 411":ref:`dev-manual/start:locating yocto project source files`"
412section in the Yocto Project Development Tasks Manual. 412section in the Yocto Project Development Tasks Manual.
413 413
414It is important to understand that Git tracks content change and not 414It is important to understand that Git tracks content change and not
@@ -661,5 +661,5 @@ Project uses in the ``meta/files/common-licenses`` directory in your
661For information that can help you maintain compliance with various open 661For information that can help you maintain compliance with various open
662source licensing during the lifecycle of a product created using the 662source licensing during the lifecycle of a product created using the
663Yocto Project, see the 663Yocto Project, see the
664":ref:`dev-manual/dev-manual-common-tasks:maintaining open source license compliance during your product's lifecycle`" 664":ref:`dev-manual/common-tasks:maintaining open source license compliance during your product's lifecycle`"
665section in the Yocto Project Development Tasks Manual. 665section in the Yocto Project Development Tasks Manual.