summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/development-environment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/development-environment.rst')
-rw-r--r--documentation/overview-manual/development-environment.rst12
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
250The Yocto Project ``poky`` Git repository also has an upstream 250The Yocto Project ``poky`` Git repository also has an upstream
@@ -276,7 +276,7 @@ push them into the "contrib" area and subsequently request that the
276maintainer include them into an upstream branch. This process is called 276maintainer 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
278submitting patches and changes, see the 278submitting 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`"
280section in the Yocto Project Development Tasks Manual. 280section in the Yocto Project Development Tasks Manual.
281 281
282In summary, there is a single point of entry for changes into the 282In 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
358Git 358Git
@@ -647,5 +647,5 @@ Project uses in the ``meta/files/common-licenses`` directory in your
647For information that can help you maintain compliance with various open 647For information that can help you maintain compliance with various open
648source licensing during the lifecycle of a product created using the 648source licensing during the lifecycle of a product created using the
649Yocto Project, see the 649Yocto 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`"
651section in the Yocto Project Development Tasks Manual. 651section in the Yocto Project Development Tasks Manual.