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.rst19
1 files changed, 9 insertions, 10 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst
index 6139e7a412..55f34c18da 100644
--- a/documentation/overview-manual/development-environment.rst
+++ b/documentation/overview-manual/development-environment.rst
@@ -232,8 +232,8 @@ and so forth.
232 232
233 For information on finding out who is responsible for (maintains) a 233 For information on finding out who is responsible for (maintains) a
234 particular area of code in the Yocto Project, see the 234 particular area of code in the Yocto Project, see the
235 ":ref:`dev-manual/changes:submitting a change to the yocto project`" 235 ":doc:`../contributor-guide/identify-component`"
236 section of the Yocto Project Development Tasks Manual. 236 section of the Yocto Project and OpenEmbedded Contributor Guide.
237 237
238The Yocto Project ``poky`` Git repository also has an upstream 238The Yocto Project ``poky`` Git repository also has an upstream
239contribution Git repository named ``poky-contrib``. You can see all the 239contribution Git repository named ``poky-contrib``. You can see all the
@@ -264,8 +264,8 @@ push them into the "contrib" area and subsequently request that the
264maintainer include them into an upstream branch. This process is called 264maintainer include them into an upstream branch. This process is called
265"submitting a patch" or "submitting a change." For information on 265"submitting a patch" or "submitting a change." For information on
266submitting patches and changes, see the 266submitting patches and changes, see the
267":ref:`dev-manual/changes:submitting a change to the yocto project`" 267":doc:`../contributor-guide/submit-change`" section in the Yocto Project
268section in the Yocto Project Development Tasks Manual. 268and OpenEmbedded Contributor Guide.
269 269
270In summary, there is a single point of entry for changes into the 270In summary, there is a single point of entry for changes into the
271development branch of the Git repository, which is controlled by the 271development branch of the Git repository, which is controlled by the
@@ -328,11 +328,10 @@ Book <https://book.git-scm.com>`__.
328 software on which to develop. The Yocto Project has two scripts named 328 software on which to develop. The Yocto Project has two scripts named
329 ``create-pull-request`` and ``send-pull-request`` that ship with the 329 ``create-pull-request`` and ``send-pull-request`` that ship with the
330 release to facilitate this workflow. You can find these scripts in 330 release to facilitate this workflow. You can find these scripts in
331 the ``scripts`` folder of the 331 the ``scripts`` folder of the :term:`Source Directory`. For information
332 :term:`Source Directory`. For information
333 on how to use these scripts, see the 332 on how to use these scripts, see the
334 ":ref:`dev-manual/changes:using scripts to push a change upstream and request a pull`" 333 ":ref:`contributor-guide/submit-change:using scripts to push a change upstream and request a pull`"
335 section in the Yocto Project Development Tasks Manual. 334 section in the Yocto Project and OpenEmbedded Contributor Guide.
336 335
337- *Patch Workflow:* This workflow allows you to notify the maintainer 336- *Patch Workflow:* This workflow allows you to notify the maintainer
338 through an email that you have a change (or patch) you would like 337 through an email that you have a change (or patch) you would like
@@ -340,8 +339,8 @@ Book <https://book.git-scm.com>`__.
340 this type of change, you format the patch and then send the email 339 this type of change, you format the patch and then send the email
341 using the Git commands ``git format-patch`` and ``git send-email``. 340 using the Git commands ``git format-patch`` and ``git send-email``.
342 For information on how to use these scripts, see the 341 For information on how to use these scripts, see the
343 ":ref:`dev-manual/changes:submitting a change to the yocto project`" 342 ":doc:`../contributor-guide/submit-change`" section in the Yocto Project
344 section in the Yocto Project Development Tasks Manual. 343 and OpenEmbedded Contributor Guide.
345 344
346Git 345Git
347=== 346===