summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/resources.xml28
-rw-r--r--documentation/poky.ent1
2 files changed, 18 insertions, 11 deletions
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml
index 15f4bacb34..9fe5a65a6d 100644
--- a/documentation/poky-ref-manual/resources.xml
+++ b/documentation/poky-ref-manual/resources.xml
@@ -29,18 +29,24 @@
29 <title>Mailing lists</title> 29 <title>Mailing lists</title>
30 30
31 <para> 31 <para>
32 To subscribe to the Yocto Project mailing lists, click on the following URLs and follow the instructions: 32 There are a number of mailing lists maintained by the Yocto Project as well as
33 related OpenEmbedded mailing lists for discussion, patch submission and announcements.
34 To subscribe to one of the following mailing lists, click on the appropriate URL
35 in the following list and follow the instructions:
33 <itemizedlist> 36 <itemizedlist>
34 <listitem><para><emphasis> 37 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto'></ulink> -
35 <ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink></emphasis>: 38 General Yocto Project discussion mailing list. </para></listitem>
36 Use this list to receive offical Yocto Project announcements for developments and 39 <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/openembedded-core'></ulink> -
37 to learn about Yocto Project milestones.</para></listitem> 40 Discussion mailing list about OpenEmbedded-Core (the core metadata).</para></listitem>
38 <listitem><para><emphasis><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto'></ulink></emphasis>: 41 <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/openembedded-devel'></ulink> -
39 Use this list to monitor Yocto Project development discussions, ask questions, and 42 Discussion mailing list about OpenEmbedded.</para></listitem>
40 get help.</para></listitem> 43 <listitem><para><ulink url='&OE_LISTS_URL;/listinfo/bitbake-devel'></ulink> -
41 <listitem><para><emphasis><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink></emphasis>: 44 Discussion mailing list about the BitBake build tool.</para></listitem>
42 Use this list to monitor discussions about the OpenEmbedded build system, which is 45 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink> -
43 based on Poky, ask questions, and get help.</para></listitem> 46 Discussion mailing list about Poky.</para></listitem>
47 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink> -
48 Mailing list to receive official Yocto Project release and milestone
49 announcements.</para></listitem>
44 </itemizedlist> 50 </itemizedlist>
45 </para> 51 </para>
46</section> 52</section>
diff --git a/documentation/poky.ent b/documentation/poky.ent
index acbda7fd03..cf14798464 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -13,6 +13,7 @@
13<!ENTITY YOCTO_GIT_URL "http://git.yoctoproject.org"> 13<!ENTITY YOCTO_GIT_URL "http://git.yoctoproject.org">
14<!ENTITY YOCTO_ADTREPO_URL "http://adtrepo.yoctoproject.org"> 14<!ENTITY YOCTO_ADTREPO_URL "http://adtrepo.yoctoproject.org">
15<!ENTITY OE_HOME_URL "http://www.openembedded.org"> 15<!ENTITY OE_HOME_URL "http://www.openembedded.org">
16<!ENTITY OE_LISTS_URL "http://lists.linuxtogo.org/cgi-bin/mailman">
16<!ENTITY OE_DOCS_URL "http://docs.openembedded.org"> 17<!ENTITY OE_DOCS_URL "http://docs.openembedded.org">
17<!ENTITY OH_HOME_URL "http://o-hand.com"> 18<!ENTITY OH_HOME_URL "http://o-hand.com">
18<!ENTITY BITBAKE_HOME_URL "http://developer.berlios.de/projects/bitbake/"> 19<!ENTITY BITBAKE_HOME_URL "http://developer.berlios.de/projects/bitbake/">