summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/resources.xml
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-15 11:55:59 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-15 11:55:59 +0100
commit22083287912ebd552e33b79f7c567bc966376d43 (patch)
treea16fa012a97a249e25a405d4092b0a89321bfaf6 /documentation/poky-ref-manual/resources.xml
parent13a702e9e572a2dc9f6b52a1531a2237d4d98ff1 (diff)
downloadpoky-22083287912ebd552e33b79f7c567bc966376d43.tar.gz
handbook: Move into documentation directory
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/resources.xml')
-rw-r--r--documentation/poky-ref-manual/resources.xml142
1 files changed, 142 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml
new file mode 100644
index 0000000000..7561669fba
--- /dev/null
+++ b/documentation/poky-ref-manual/resources.xml
@@ -0,0 +1,142 @@
1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
3
4<appendix id='resources'>
5<title>Contributing to Poky</title>
6
7<section id='resources-intro'>
8 <title>Introduction</title>
9 <para>
10 We're happy for people to experiment with Poky and there are a number of places to
11 find help if you run into difficulties or find bugs. To find out how to download
12 source code see the <link linkend='intro-getit'>Obtaining Poky</link> section of
13 the Introduction.
14 </para>
15</section>
16
17<section id='resources-bugtracker'>
18 <title>Bugtracker</title>
19
20 <para>
21 Problems with Poky should be reported in the
22 <ulink url='http://bugzilla.pokylinux.org/'>bug tracker</ulink>.
23 </para>
24</section>
25
26<section id='resources-mailinglist'>
27 <title>Mailing list</title>
28
29 <para>
30 To subscribe to the mailing list send mail to:
31 </para>
32 <para>
33 <literallayout class='monospaced'>
34poky+subscribe &lt;at&gt; openedhand &lt;dot&gt; com
35 </literallayout>
36 </para>
37 <para>
38 Then follow the simple instructions in subsequent reply. Archives are
39 available <ulink
40 url="http://lists.o-hand.com/poky/">here</ulink>.
41 </para>
42</section>
43
44<section id='resources-irc'>
45 <title>IRC</title>
46
47 <para>
48 Join #poky on freenode.
49 </para>
50</section>
51
52<section id='resources-links'>
53 <title>Links</title>
54
55 <itemizedlist>
56 <listitem><para>
57 <ulink url='http://pokylinux.org'>The Poky website</ulink>
58 </para></listitem>
59 <listitem><para>
60 <ulink url='http://www.openedhand.com/'>OpenedHand</ulink> - The
61 original company behind Poky.
62 </para></listitem>
63 <listitem><para>
64 <ulink url='http://www.intel.com/'>Intel Corporation</ulink> - The
65 company who acquired OpenedHand in 2008.
66 </para></listitem>
67
68 <listitem><para>
69 <ulink url='http://www.openembedded.org/'>OpenEmbedded</ulink>
70 - The upstream generic embedded distribution Poky derives
71 from (and contributes to).
72 </para></listitem>
73 <listitem><para>
74 <ulink url='http://developer.berlios.de/projects/bitbake/'>Bitbake</ulink>
75 - The tool used to process Poky metadata.
76 </para></listitem>
77 <listitem><para>
78 <ulink url='http://bitbake.berlios.de/manual/'>Bitbake User
79 Manual</ulink>
80 </para></listitem>
81 <listitem><para>
82 <ulink url='http://pimlico-project.org/'>Pimlico</ulink> - A
83 suite of lightweight Personal Information Management (PIM)
84 applications designed primarily for handheld and mobile
85 devices.
86 </para></listitem>
87 <listitem><para>
88 <ulink url='http://fabrice.bellard.free.fr/qemu/'>QEMU</ulink>
89 - An open source machine emulator and virtualizer.
90 </para></listitem>
91 </itemizedlist>
92</section>
93
94<section id='resources-contributions'>
95 <title>Contributions</title>
96
97 <para>
98 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:
99 </para>
100
101 <programlisting>
102 Developer's Certificate of Origin 1.1
103
104 By making a contribution to this project, I certify that:
105
106 (a) The contribution was created in whole or in part by me and I
107 have the right to submit it under the open source license
108 indicated in the file; or
109
110 (b) The contribution is based upon previous work that, to the best
111 of my knowledge, is covered under an appropriate open source
112 license and I have the right under that license to submit that
113 work with modifications, whether created in whole or in part
114 by me, under the same open source license (unless I am
115 permitted to submit under a different license), as indicated
116 in the file; or
117
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
122 (d) I understand and agree that this project and the contribution
123 are public and that a record of the contribution (including all
124 personal information I submit with it, including my sign-off) is
125 maintained indefinitely and may be redistributed consistent with
126 this project or the open source license(s) involved.
127</programlisting>
128
129 <para>
130 A Poky contributions tree (poky-contrib, git://git.pokylinux.org/poky-contrib.git)
131 exists for people to stage contributions in, for regular contributors.
132 If people desire such access, please ask on the mailing list. Usually
133 access will be given to anyone with a proven track record of good patches.
134 </para>
135
136</section>
137
138
139</appendix>
140<!--
141vim: expandtab tw=80 ts=4
142-->