Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | |
| 5 | <chapter id='resources'> |
| 6 | <title>Contributing to the Yocto Project</title> |
| 7 | |
| 8 | <section id='resources-intro'> |
| 9 | <title>Introduction</title> |
| 10 | <para> |
| 11 | The Yocto Project team is happy for people to experiment with the Yocto Project. |
| 12 | A number of places exist to find help if you run into difficulties or find bugs. |
| 13 | To find out how to download source code, |
| 14 | see the "<ulink url='&YOCTO_DOCS_DEV_URL;#local-yp-release'>Yocto Project Release</ulink>" |
| 15 | section in the Yocto Project Development Manual. |
| 16 | </para> |
| 17 | </section> |
| 18 | |
| 19 | <section id='resources-bugtracker'> |
| 20 | <title>Tracking Bugs</title> |
| 21 | |
| 22 | <para> |
| 23 | If you find problems with the Yocto Project, you should report them using the |
| 24 | Bugzilla application at <ulink url='&YOCTO_BUGZILLA_URL;'></ulink>. |
| 25 | </para> |
| 26 | </section> |
| 27 | |
| 28 | <section id='resources-mailinglist'> |
| 29 | <title>Mailing lists</title> |
| 30 | |
| 31 | <para> |
| 32 | A number of mailing lists maintained by the Yocto Project exist |
| 33 | as well as related OpenEmbedded mailing lists for discussion, |
| 34 | patch submission and announcements. |
| 35 | To subscribe to one of the following mailing lists, click on the |
| 36 | appropriate URL in the following list and follow the instructions: |
| 37 | <itemizedlist> |
| 38 | <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto'></ulink> - |
| 39 | General Yocto Project discussion mailing list. </para></listitem> |
| 40 | <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/openembedded-core'></ulink> - |
| 41 | Discussion mailing list about OpenEmbedded-Core (the core metadata).</para></listitem> |
| 42 | <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/openembedded-devel'></ulink> - |
| 43 | Discussion mailing list about OpenEmbedded.</para></listitem> |
| 44 | <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/bitbake-devel'></ulink> - |
| 45 | Discussion mailing list about the |
| 46 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> |
| 47 | build tool.</para></listitem> |
| 48 | <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink> - |
| 49 | Discussion mailing list about |
| 50 | <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink>. |
| 51 | </para></listitem> |
| 52 | <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink> - |
| 53 | Mailing list to receive official Yocto Project release and milestone |
| 54 | announcements.</para></listitem> |
| 55 | </itemizedlist> |
| 56 | </para> |
| 57 | For more Yocto Project-related mailing lists, see the Yocto Project community mailing lists page |
| 58 | <ulink url='&YOCTO_HOME_URL;/tools-resources/community/mailing-lists'>here</ulink>. |
| 59 | </section> |
| 60 | |
| 61 | <section id='resources-irc'> |
| 62 | <title>Internet Relay Chat (IRC)</title> |
| 63 | |
| 64 | <para> |
| 65 | Two IRC channels on freenode are available for the Yocto Project and Poky discussions: |
| 66 | <itemizedlist> |
| 67 | <listitem><para><filename>#yocto</filename></para></listitem> |
| 68 | <listitem><para><filename>#poky</filename></para></listitem> |
| 69 | </itemizedlist> |
| 70 | </para> |
| 71 | </section> |
| 72 | |
| 73 | <section id='resources-links'> |
| 74 | <title>Links</title> |
| 75 | |
| 76 | <para> |
| 77 | Here is a list of resources you will find helpful: |
| 78 | <itemizedlist> |
| 79 | <listitem><para><emphasis> |
| 80 | <ulink url='&YOCTO_HOME_URL;'>The Yocto Project website</ulink>: |
| 81 | </emphasis> The home site for the Yocto |
| 82 | Project.</para></listitem> |
| 83 | <!-- |
| 84 | <listitem><para><emphasis> |
| 85 | <ulink url='http://www.intel.com/'>Intel Corporation</ulink>:</emphasis> |
| 86 | The company that acquired OpenedHand in 2008 and began |
| 87 | development on the Yocto Project.</para></listitem> |
| 88 | --> |
| 89 | <listitem><para><emphasis> |
| 90 | <ulink url='&OE_HOME_URL;'>OpenEmbedded</ulink>:</emphasis> |
| 91 | The upstream, generic, embedded distribution used as the basis |
| 92 | for the build system in the Yocto Project. |
| 93 | Poky derives from and contributes back to the OpenEmbedded |
| 94 | project.</para></listitem> |
| 95 | <listitem><para><emphasis> |
| 96 | <ulink url='http://www.openembedded.org/wiki/BitBake'> |
| 97 | BitBake</ulink>:</emphasis> The tool used to process metadata.</para></listitem> |
| 98 | </itemizedlist> |
| 99 | For more links, see the |
| 100 | "<ulink url='&YOCTO_DOCS_DEV_URL;#other-information'>Other Information</ulink>" |
| 101 | section in the Yocto Project Development Manual. |
| 102 | </para> |
| 103 | </section> |
| 104 | |
| 105 | <section id='resources-contributions'> |
| 106 | <title>Contributions</title> |
| 107 | |
| 108 | <para> |
| 109 | The Yocto Project gladly accepts contributions. |
| 110 | You can submit changes to the project either by creating and sending |
| 111 | pull requests, |
| 112 | or by submitting patches through email. |
| 113 | For information on how to do both as well as information on how |
| 114 | to identify the maintainer for each area of code, see the |
| 115 | "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>" |
| 116 | section in the Yocto Project Development Manual. |
| 117 | </para> |
| 118 | </section> |
| 119 | |
| 120 | </chapter> |
| 121 | <!-- |
| 122 | vim: expandtab tw=80 ts=4 |
| 123 | --> |