diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-20 07:11:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:44 +0100 |
commit | eed50a14fefed04cd5267e48c2aabc3ea2e6957b (patch) | |
tree | a73073c2ebaadb48bcdf1b7711d9874fed4a02ef /documentation | |
parent | cd9279ab5cb572d804806283c13857346dc54de8 (diff) | |
download | poky-eed50a14fefed04cd5267e48c2aabc3ea2e6957b.tar.gz |
documentation: Changes section head for sumbitting change to YP
Fixes [YOCTO #11630]
I changed the section heading for the section that describes how
to make a change to the YP. It was passive. I need it to be
active and in line with the "how-to" dev-manual.
(From yocto-docs rev: 340e1b6ab9806ec11ec894d4472bc2c937c2b058)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 2 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 6 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-examples.xml | 4 | ||||
-rw-r--r-- | documentation/ref-manual/ref-development-environment.xml | 6 | ||||
-rw-r--r-- | documentation/ref-manual/resources.xml | 2 |
6 files changed, 11 insertions, 11 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index f9fcf10105..787645324d 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -832,7 +832,7 @@ | |||
832 | This is the person to whom patches and questions should | 832 | This is the person to whom patches and questions should |
833 | be sent. | 833 | be sent. |
834 | For information on how to find the right person, see the | 834 | For information on how to find the right person, see the |
835 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" | 835 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>" |
836 | section in the Yocto Project Development Manual. | 836 | section in the Yocto Project Development Manual. |
837 | </para></listitem> | 837 | </para></listitem> |
838 | <listitem><para>Instructions on how to build the BSP using the BSP | 838 | <listitem><para>Instructions on how to build the BSP using the BSP |
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1d5859ddc9..7e564012c0 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -11410,7 +11410,7 @@ | |||
11410 | need to submit the fix for the recipe in OE-Core and upstream | 11410 | need to submit the fix for the recipe in OE-Core and upstream |
11411 | so that the problem is taken care of at its source. | 11411 | so that the problem is taken care of at its source. |
11412 | See the | 11412 | See the |
11413 | "<link linkend='how-to-submit-a-change'>How to Submit a Change</link>" | 11413 | "<link linkend='how-to-submit-a-change'>Submitting a Change to the Yocto Project</link>" |
11414 | section for more information. | 11414 | section for more information. |
11415 | </para> | 11415 | </para> |
11416 | </section> | 11416 | </section> |
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 1d9926c6cd..803807df21 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -348,14 +348,14 @@ | |||
348 | to send patches to the project to fix bugs or add features. | 348 | to send patches to the project to fix bugs or add features. |
349 | If you do submit patches, follow the project commit | 349 | If you do submit patches, follow the project commit |
350 | guidelines for writing good commit messages. | 350 | guidelines for writing good commit messages. |
351 | See the "<link linkend='how-to-submit-a-change'>How to Submit a Change</link>" | 351 | See the "<link linkend='how-to-submit-a-change'>Submitting a Change to the Yocto Project</link>" |
352 | section. | 352 | section. |
353 | </para></listitem> | 353 | </para></listitem> |
354 | <listitem><para> | 354 | <listitem><para> |
355 | Send changes to the core sooner than later | 355 | Send changes to the core sooner than later |
356 | as others are likely to run into the same issues. | 356 | as others are likely to run into the same issues. |
357 | For some guidance on mailing lists to use, see the list in the | 357 | For some guidance on mailing lists to use, see the list in the |
358 | "<link linkend='how-to-submit-a-change'>How to Submit a Change</link>" | 358 | "<link linkend='how-to-submit-a-change'>Submitting a Change to the Yocto Project</link>" |
359 | section. | 359 | section. |
360 | For a description of the available mailing lists, see the | 360 | For a description of the available mailing lists, see the |
361 | "<ulink url='&YOCTO_DOCS_REF_URL;#resources-mailinglist'>Mailing Lists</ulink>" | 361 | "<ulink url='&YOCTO_DOCS_REF_URL;#resources-mailinglist'>Mailing Lists</ulink>" |
@@ -453,7 +453,7 @@ | |||
453 | </section> | 453 | </section> |
454 | 454 | ||
455 | <section id='how-to-submit-a-change'> | 455 | <section id='how-to-submit-a-change'> |
456 | <title>How to Submit a Change</title> | 456 | <title>Submitting a Change to the Yocto Project</title> |
457 | 457 | ||
458 | <para> | 458 | <para> |
459 | Contributions to the Yocto Project and OpenEmbedded are very welcome. | 459 | Contributions to the Yocto Project and OpenEmbedded are very welcome. |
diff --git a/documentation/kernel-dev/kernel-dev-examples.xml b/documentation/kernel-dev/kernel-dev-examples.xml index 3ea217f3c4..1d8dae3211 100644 --- a/documentation/kernel-dev/kernel-dev-examples.xml +++ b/documentation/kernel-dev/kernel-dev-examples.xml | |||
@@ -693,8 +693,8 @@ | |||
693 | The messages used to commit changes are a large part of these standards. | 693 | The messages used to commit changes are a large part of these standards. |
694 | Consequently, be sure that the headers for each commit have the required information. | 694 | Consequently, be sure that the headers for each commit have the required information. |
695 | For information on how to follow the Yocto Project commit message standards, see the | 695 | For information on how to follow the Yocto Project commit message standards, see the |
696 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a | 696 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>" |
697 | Change</ulink>" section in the Yocto Project Development Manual. | 697 | section in the Yocto Project Development Manual. |
698 | </para> | 698 | </para> |
699 | 699 | ||
700 | <para> | 700 | <para> |
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index 6b677222a8..a4009e8818 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml | |||
@@ -96,7 +96,7 @@ | |||
96 | reflect release strategies and so forth. | 96 | reflect release strategies and so forth. |
97 | <note>For information on finding out who is responsible for (maintains) | 97 | <note>For information on finding out who is responsible for (maintains) |
98 | a particular area of code, see the | 98 | a particular area of code, see the |
99 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" | 99 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>" |
100 | section of the Yocto Project Development Manual. | 100 | section of the Yocto Project Development Manual. |
101 | </note> | 101 | </note> |
102 | </para> | 102 | </para> |
@@ -143,7 +143,7 @@ | |||
143 | the maintainer include them into "master". | 143 | the maintainer include them into "master". |
144 | This process is called “submitting a patch” or "submitting a change." | 144 | This process is called “submitting a patch” or "submitting a change." |
145 | For information on submitting patches and changes, see the | 145 | For information on submitting patches and changes, see the |
146 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" | 146 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>" |
147 | section in the Yocto Project Development Manual. | 147 | section in the Yocto Project Development Manual. |
148 | </para> | 148 | </para> |
149 | 149 | ||
@@ -249,7 +249,7 @@ | |||
249 | <filename>git format-patch</filename> and | 249 | <filename>git format-patch</filename> and |
250 | <filename>git send-email</filename>. | 250 | <filename>git send-email</filename>. |
251 | For information on how to use these scripts, see the | 251 | For information on how to use these scripts, see the |
252 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" | 252 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Sumbitting a Change to the Yocto Project</ulink>" |
253 | section in the Yocto Project Development Manual. | 253 | section in the Yocto Project Development Manual. |
254 | </para></listitem> | 254 | </para></listitem> |
255 | </itemizedlist> | 255 | </itemizedlist> |
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index aa8408f432..204357c094 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml | |||
@@ -27,7 +27,7 @@ | |||
27 | or by submitting patches through email. | 27 | or by submitting patches through email. |
28 | For information on how to do both as well as information on how | 28 | For information on how to do both as well as information on how |
29 | to identify the maintainer for each area of code, see the | 29 | to identify the maintainer for each area of code, see the |
30 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" | 30 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>Submitting a Change to the Yocto Project</ulink>" |
31 | section in the Yocto Project Development Manual. | 31 | section in the Yocto Project Development Manual. |
32 | </para> | 32 | </para> |
33 | </section> | 33 | </section> |