summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/resources.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-09 17:38:00 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:44 +0000
commit9bdc18a82017d549217a813a6da5d1267fb737e3 (patch)
tree5dfc02f96e623ecf40df721f946199fb0729a0dc /documentation/poky-ref-manual/resources.xml
parent9602c5556baf60040fde5710564129633f7e9c4c (diff)
downloadpoky-9bdc18a82017d549217a813a6da5d1267fb737e3.tar.gz
documentation/poky-ref-manual: Converted to use poky.ent variables.
Fixed all the hard links to use appropriate variables from the file poky.ent. (From yocto-docs rev: 9a6267d0d843dc47c1171eba6200387901b77df4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/resources.xml')
-rw-r--r--documentation/poky-ref-manual/resources.xml25
1 files changed, 13 insertions, 12 deletions
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml
index a3b5e0806f..5dc6153bcb 100644
--- a/documentation/poky-ref-manual/resources.xml
+++ b/documentation/poky-ref-manual/resources.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
3 4
4<appendix id='resources'> 5<appendix id='resources'>
5<title>Contributing to the Yocto Project</title> 6<title>Contributing to the Yocto Project</title>
@@ -10,8 +11,8 @@
10 The Yocto Project team is happy for people to experiment with the Yocto Project. 11 The Yocto Project team is happy for people to experiment with the Yocto Project.
11 A number of places exist to find help if you run into difficulties or find bugs. 12 A number of places exist to find help if you run into difficulties or find bugs.
12 To find out how to download source code, 13 To find out how to download source code,
13 see the "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#local-yp-release'>Yocto Project Release</ulink>" 14 see the "<ulink url='&YOCTO_DOCS_DEV_URL;#local-yp-release'>Yocto Project Release</ulink>"
14 list item in The Yocto Project Development Manual. 15 list item in the Yocto Project Development Manual.
15 </para> 16 </para>
16</section> 17</section>
17 18
@@ -20,7 +21,7 @@
20 21
21 <para> 22 <para>
22 If you find problems with the Yocto Project, you should report them using the 23 If you find problems with the Yocto Project, you should report them using the
23 Bugzilla application at <ulink url='http://bugzilla.yoctoproject.org/'></ulink>. 24 Bugzilla application at <ulink url='&YOCTO_BUGZILLA_URL;'></ulink>.
24 </para> 25 </para>
25</section> 26</section>
26 27
@@ -31,13 +32,13 @@
31 To subscribe to the Yocto Project mailing lists, click on the following URLs and follow the instructions: 32 To subscribe to the Yocto Project mailing lists, click on the following URLs and follow the instructions:
32 <itemizedlist> 33 <itemizedlist>
33 <listitem><para><emphasis> 34 <listitem><para><emphasis>
34 <ulink url='http://lists.yoctoproject.org/listinfo/yocto-announce'></ulink></emphasis>: 35 <ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink></emphasis>:
35 Use this list to receive offical Yocto Project announcements for developments and 36 Use this list to receive offical Yocto Project announcements for developments and
36 to learn about Yocto Project milestones.</para></listitem> 37 to learn about Yocto Project milestones.</para></listitem>
37 <listitem><para><emphasis><ulink url='http://lists.yoctoproject.org/listinfo/yocto'></ulink></emphasis>: 38 <listitem><para><emphasis><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto'></ulink></emphasis>:
38 Use this list to monitor Yocto Project development discussions, ask questions, and 39 Use this list to monitor Yocto Project development discussions, ask questions, and
39 get help.</para></listitem> 40 get help.</para></listitem>
40 <listitem><para><emphasis><ulink url='http://lists.yoctoproject.org/listinfo/poky'></ulink></emphasis>: 41 <listitem><para><emphasis><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink></emphasis>:
41 Use this list to monitor discussions about the Yocto Project build system Poky, 42 Use this list to monitor discussions about the Yocto Project build system Poky,
42 ask questions, and get help.</para></listitem> 43 ask questions, and get help.</para></listitem>
43 </itemizedlist> 44 </itemizedlist>
@@ -62,15 +63,15 @@
62 <para> 63 <para>
63 Following is a list of resources you will find helpful: 64 Following is a list of resources you will find helpful:
64 <itemizedlist> 65 <itemizedlist>
65 <listitem><para><emphasis><ulink url='http://yoctoproject.org'>The Yocto Project website</ulink>: 66 <listitem><para><emphasis><ulink url='&YOCTO_HOME_URL;'>The Yocto Project website</ulink>:
66 </emphasis> The home site for the Yocto Project.</para></listitem> 67 </emphasis> The home site for the Yocto Project.</para></listitem>
67 <listitem><para><emphasis><ulink url='http://www.openedhand.com/'>OpenedHand</ulink>:</emphasis> 68 <listitem><para><emphasis><ulink url='&OH_HOME_URL;'>OpenedHand</ulink>:</emphasis>
68 The company where the Yocto Project build system Poky was first developed. 69 The company where the Yocto Project build system Poky was first developed.
69 OpenedHand has since been acquired by Intel Corporation.</para></listitem> 70 OpenedHand has since been acquired by Intel Corporation.</para></listitem>
70 <listitem><para><emphasis><ulink url='http://www.intel.com/'>Intel Corporation</ulink>:</emphasis> 71 <listitem><para><emphasis><ulink url='http://www.intel.com/'>Intel Corporation</ulink>:</emphasis>
71 The company who acquired OpenedHand in 2008 and continues development on the 72 The company who acquired OpenedHand in 2008 and continues development on the
72 Yocto Project.</para></listitem> 73 Yocto Project.</para></listitem>
73 <listitem><para><emphasis><ulink url='http://www.openembedded.org/'>OpenEmbedded</ulink>:</emphasis> 74 <listitem><para><emphasis><ulink url='&OE_HOME_URL;'>OpenEmbedded</ulink>:</emphasis>
74 The upstream, generic, embedded distribution the Yocto Project build system (Poky) derives 75 The upstream, generic, embedded distribution the Yocto Project build system (Poky) derives
75 from and to which it contributes.</para></listitem> 76 from and to which it contributes.</para></listitem>
76 <listitem><para><emphasis><ulink url='http://developer.berlios.de/projects/bitbake/'> 77 <listitem><para><emphasis><ulink url='http://developer.berlios.de/projects/bitbake/'>
@@ -95,8 +96,8 @@
95 You can submit changes to the project either by creating and sending pull requests, 96 You can submit changes to the project either by creating and sending pull requests,
96 or by submitting patches through email. 97 or by submitting patches through email.
97 For information on how to do both, see the 98 For information on how to do both, see the
98 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#how-to-submit-a-change'>How to Submit a Change</ulink>" 99 "<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>"
99 section in The Yocto Project Development Manual. 100 section in the Yocto Project Development Manual.
100 </para> 101 </para>
101</section> 102</section>
102 103