summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-07 10:35:35 +0200
committerSteve Sakoman <steve@sakoman.com>2023-09-08 16:09:42 -1000
commit5d822b31316663c838c5864ab68b28fb3ca41351 (patch)
treec2dc295498ec738d11bb0b492f020c5f17d6b772 /documentation/overview-manual
parentbe72b71280233daa3979f105f71e83abf51c9b72 (diff)
downloadpoky-5d822b31316663c838c5864ab68b28fb3ca41351.tar.gz
manuals: add new contributor guide
(From yocto-docs rev: 028a1b89fbb6ee7f02a7ca8cd481931e096d764b) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/overview-manual')
-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 19095fc116..5b182e70e3 100644
--- a/documentation/overview-manual/development-environment.rst
+++ b/documentation/overview-manual/development-environment.rst
@@ -244,8 +244,8 @@ 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 ":doc:`../contributor-guide/identify-component`"
248 section of the Yocto Project Development Tasks Manual. 248 section of the Yocto Project and OpenEmbedded Contributor Guide.
249 249
250The Yocto Project ``poky`` Git repository also has an upstream 250The Yocto Project ``poky`` Git repository also has an upstream
251contribution Git repository named ``poky-contrib``. You can see all the 251contribution Git repository named ``poky-contrib``. You can see all the
@@ -276,8 +276,8 @@ 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":doc:`../contributor-guide/submit-changes`" section in the Yocto Project
280section in the Yocto Project Development Tasks Manual. 280and OpenEmbedded Contributor Guide.
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
283development branch of the Git repository, which is controlled by the 283development branch of the Git repository, which is controlled by the
@@ -340,11 +340,10 @@ Book <https://book.git-scm.com>`__.
340 software on which to develop. The Yocto Project has two scripts named 340 software on which to develop. The Yocto Project has two scripts named
341 ``create-pull-request`` and ``send-pull-request`` that ship with the 341 ``create-pull-request`` and ``send-pull-request`` that ship with the
342 release to facilitate this workflow. You can find these scripts in 342 release to facilitate this workflow. You can find these scripts in
343 the ``scripts`` folder of the 343 the ``scripts`` folder of the :term:`Source Directory`. For information
344 :term:`Source Directory`. For information
345 on how to use these scripts, see the 344 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`" 345 ":ref:`contributor-guide/submit-changes:using scripts to push a change upstream and request a pull`"
347 section in the Yocto Project Development Tasks Manual. 346 section in the Yocto Project and OpenEmbedded Contributor Guide.
348 347
349- *Patch Workflow:* This workflow allows you to notify the maintainer 348- *Patch Workflow:* This workflow allows you to notify the maintainer
350 through an email that you have a change (or patch) you would like 349 through an email that you have a change (or patch) you would like
@@ -352,8 +351,8 @@ Book <https://book.git-scm.com>`__.
352 this type of change, you format the patch and then send the email 351 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``. 352 using the Git commands ``git format-patch`` and ``git send-email``.
354 For information on how to use these scripts, see the 353 For information on how to use these scripts, see the
355 ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" 354 ":doc:`../contributor-guide/submit-changes`" section in the Yocto Project
356 section in the Yocto Project Development Tasks Manual. 355 and OpenEmbedded Contributor Guide.
357 356
358Git 357Git
359=== 358===