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/dev-manual | |
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/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 6 |
2 files changed, 4 insertions, 4 deletions
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. |