resources.xml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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 in the
  18. <ulink url='http://bugzilla.pokylinux.org/'>bug tracker</ulink>.
  19. </para>
  20. </section>
  21. <section id='resources-mailinglist'>
  22. <title>Mailing list</title>
  23. <para>
  24. To subscribe to the mailing list send mail to:
  25. </para>
  26. <para>
  27. <literallayout class='monospaced'>
  28. poky+subscribe &lt;at&gt; openedhand &lt;dot&gt; com
  29. </literallayout>
  30. </para>
  31. <para>
  32. Then follow the simple instructions in subsequent reply. Archives are
  33. available <ulink
  34. url="http://lists.o-hand.com/poky/">here</ulink>.
  35. </para>
  36. </section>
  37. <section id='resources-irc'>
  38. <title>IRC</title>
  39. <para>
  40. Join #poky on freenode.
  41. </para>
  42. </section>
  43. <section id='resources-links'>
  44. <title>Links</title>
  45. <itemizedlist>
  46. <listitem><para>
  47. <ulink url='http://pokylinux.org'>The Poky website</ulink>
  48. </para></listitem>
  49. <listitem><para>
  50. <ulink url='http://www.openedhand.com/'>OpenedHand</ulink> - The
  51. original company behind Poky.
  52. </para></listitem>
  53. <listitem><para>
  54. <ulink url='http://www.intel.com/'>Intel Corporation</ulink> - The
  55. company who acquired OpenedHand in 2008.
  56. </para></listitem>
  57. <listitem><para>
  58. <ulink url='http://www.openembedded.org/'>OpenEmbedded</ulink>
  59. - The upstream generic embedded distribution Poky derives
  60. from (and contributes to).
  61. </para></listitem>
  62. <listitem><para>
  63. <ulink url='http://developer.berlios.de/projects/bitbake/'>Bitbake</ulink>
  64. - The tool used to process Poky metadata.
  65. </para></listitem>
  66. <listitem><para>
  67. <ulink url='http://bitbake.berlios.de/manual/'>Bitbake User
  68. Manual</ulink>
  69. </para></listitem>
  70. <listitem><para>
  71. <ulink url='http://pimlico-project.org/'>Pimlico</ulink> - A
  72. suite of lightweight Personal Information Management (PIM)
  73. applications designed primarily for handheld and mobile
  74. devices.
  75. </para></listitem>
  76. <listitem><para>
  77. <ulink url='http://fabrice.bellard.free.fr/qemu/'>QEMU</ulink>
  78. - An open source machine emulator and virtualizer.
  79. </para></listitem>
  80. </itemizedlist>
  81. </section>
  82. <section id='resources-contributions'>
  83. <title>Contributions</title>
  84. <para>
  85. 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:
  86. </para>
  87. <programlisting>
  88. Developer's Certificate of Origin 1.1
  89. By making a contribution to this project, I certify that:
  90. (a) The contribution was created in whole or in part by me and I
  91. have the right to submit it under the open source license
  92. indicated in the file; or
  93. (b) The contribution is based upon previous work that, to the best
  94. of my knowledge, is covered under an appropriate open source
  95. license and I have the right under that license to submit that
  96. work with modifications, whether created in whole or in part
  97. by me, under the same open source license (unless I am
  98. permitted to submit under a different license), as indicated
  99. in the file; or
  100. (c) The contribution was provided directly to me by some other
  101. person who certified (a), (b) or (c) and I have not modified
  102. it.
  103. (d) I understand and agree that this project and the contribution
  104. are public and that a record of the contribution (including all
  105. personal information I submit with it, including my sign-off) is
  106. maintained indefinitely and may be redistributed consistent with
  107. this project or the open source license(s) involved.
  108. </programlisting>
  109. <para>
  110. A Poky contributions tree (poky-contrib, git://git.pokylinux.org/poky-contrib.git)
  111. exists for people to stage contributions in, for regular contributors.
  112. If people desire such access, please ask on the mailing list. Usually
  113. access will be given to anyone with a proven track record of good patches.
  114. </para>
  115. </section>
  116. </appendix>
  117. <!--
  118. vim: expandtab tw=80 ts=4
  119. -->