resources.xml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  2. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  3. <appendix id='resources'>
  4. <title>Contributing to Poky</title>
  5. <section id='resources-intro'>
  6. <title>Introduction</title>
  7. <para>
  8. We're happy for people to experiment with Poky and there are a number of places to
  9. find help if you run into difficulties or find bugs. To find out how to download
  10. source code see the <link linkend='intro-getit'>Obtaining Poky</link> section of
  11. the Introduction.
  12. </para>
  13. </section>
  14. <section id='resources-bugtracker'>
  15. <title>Bugtracker</title>
  16. <para>
  17. Problems with Poky should be reported using the Bugzilla application at
  18. <ulink url='http://bugzilla.yoctoproject.org/'></ulink>.
  19. </para>
  20. </section>
  21. <section id='resources-mailinglist'>
  22. <title>Mailing lists</title>
  23. <para>
  24. To subscribe to the mailing lists click on the following URLs and follow the instructions:
  25. </para>
  26. <itemizedlist>
  27. <listitem><para>
  28. <ulink url='http://lists.yoctoproject.org/listinfo/yocto'></ulink> for a Yocto Discussions
  29. mailing list.
  30. </para></listitem>
  31. <listitem><para>
  32. <ulink url='http://lists.yoctoproject.org/listinfo/poky'></ulink> for a Poky Discussions
  33. mailing list.
  34. </para></listitem>
  35. <listitem><para>
  36. <ulink url='http://lists.yoctoproject.org/listinfo/yocto-announce'></ulink> for a mailing list
  37. to receive offical Yocto Project announcements for developments and milestones.
  38. </para></listitem>
  39. </itemizedlist>
  40. </section>
  41. <section id='resources-irc'>
  42. <title>Internet Relay Chat (IRC)</title>
  43. <para>
  44. Two IRC channels on freenode are available for Yocto Project and Poky discussions:
  45. <itemizedlist>
  46. <listitem><para>
  47. #yocto
  48. </para></listitem>
  49. <listitem><para>
  50. #poky
  51. </para></listitem>
  52. </itemizedlist>
  53. </para>
  54. </section>
  55. <section id='resources-links'>
  56. <title>Links</title>
  57. <itemizedlist>
  58. <listitem><para>
  59. <ulink url='http://yoctoproject.org'>The Yocto Project website</ulink> - The home site
  60. for Yocto Project.
  61. </para></listitem>
  62. <!-- <listitem><para>
  63. <ulink url='http://pokylinux.org'>The Poky website</ulink> - The home site
  64. for Poky Linux.
  65. </para></listitem>
  66. -->
  67. <listitem><para>
  68. <ulink url='http://www.openedhand.com/'>OpenedHand</ulink> - The
  69. original company behind Poky.
  70. </para></listitem>
  71. <listitem><para>
  72. <ulink url='http://www.intel.com/'>Intel Corporation</ulink> - The
  73. company who acquired OpenedHand in 2008.
  74. </para></listitem>
  75. <listitem><para>
  76. <ulink url='http://www.openembedded.org/'>OpenEmbedded</ulink>
  77. - The upstream generic embedded distribution Poky derives
  78. from (and contributes to).
  79. </para></listitem>
  80. <listitem><para>
  81. <ulink url='http://developer.berlios.de/projects/bitbake/'>Bitbake</ulink>
  82. - The tool used to process Poky metadata.
  83. </para></listitem>
  84. <listitem><para>
  85. <ulink url='http://bitbake.berlios.de/manual/'>BitBake User
  86. Manual</ulink> - A comprehensive guide to the BitBake tool.
  87. </para></listitem>
  88. <listitem><para>
  89. <ulink url='http://pimlico-project.org/'>Pimlico</ulink> - A
  90. suite of lightweight Personal Information Management (PIM)
  91. applications designed primarily for handheld and mobile
  92. devices.
  93. </para></listitem>
  94. <listitem><para>
  95. <ulink url='http://fabrice.bellard.free.fr/qemu/'>QEMU</ulink>
  96. - An open source machine emulator and virtualizer.
  97. </para></listitem>
  98. </itemizedlist>
  99. </section>
  100. <section id='resources-contributions'>
  101. <title>Contributions</title>
  102. <para>
  103. Contributions to Poky are very welcome. Patches should be sent to the Poky mailing list along with a Signed-off-by: line in the same style as the Linux kernel. Adding this line signifies the developer has agreed to the Developer's Certificate of Origin 1.1:
  104. </para>
  105. <programlisting>
  106. Developer's Certificate of Origin 1.1
  107. By making a contribution to this project, I certify that:
  108. (a) The contribution was created in whole or in part by me and I
  109. have the right to submit it under the open source license
  110. indicated in the file; or
  111. (b) The contribution is based upon previous work that, to the best
  112. of my knowledge, is covered under an appropriate open source
  113. license and I have the right under that license to submit that
  114. work with modifications, whether created in whole or in part
  115. by me, under the same open source license (unless I am
  116. permitted to submit under a different license), as indicated
  117. in the file; or
  118. (c) The contribution was provided directly to me by some other
  119. person who certified (a), (b) or (c) and I have not modified
  120. it.
  121. (d) I understand and agree that this project and the contribution
  122. are public and that a record of the contribution (including all
  123. personal information I submit with it, including my sign-off) is
  124. maintained indefinitely and may be redistributed consistent with
  125. this project or the open source license(s) involved.
  126. </programlisting>
  127. <para>
  128. A Poky contributions tree (poky-contrib, git://git.yoctoproject.org/poky-contrib.git)
  129. exists for people to stage contributions in, for regular contributors.
  130. If people desire such access, please ask on the mailing list. Usually
  131. access will be given to anyone with a proven track record of good patches.
  132. </para>
  133. </section>
  134. </appendix>
  135. <!--
  136. vim: expandtab tw=80 ts=4
  137. -->