summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-05-31 07:36:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-31 08:19:21 +0100
commitaeead1fe2d3c239eb0500790e153e9ffba517817 (patch)
tree702b182de5a71a8bd1668e8616a5e7d52b350cc2 /documentation/dev-manual
parent2944e0738336edb66d5272fa2e38b382ec101193 (diff)
downloadpoky-aeead1fe2d3c239eb0500790e153e9ffba517817.tar.gz
dev-manual, ref-manual, poky.ent: Fixed broken Release Note scheme
The URL naming convention for the YP Release Notes has changed. It now takes the following form: http://www.yoctoproject.org/download/yoctoproject-15-poky-1000 The above is an example for YP Release 1.5 and poky release 10.0.0. I have set up three new variables in the poky.ent file to somewhat automate the links in the docs to point to the location of a given set of release notes: 1. DISTRO_COMPRESSED - set to the DISTRO string with no period (e.g 15 for 1.5). 2. POKYVERSION_COMPRESSED - set to the poky version with no periods (e.g. 1000 for 10.0.0). 3. YOCTO_RELEASE_NOTES - set to the full-blown release note URL. I made two changes to existing links for the Release Notes. One was in the dev-manual and one was in the ref-manual. (From yocto-docs rev: e6088927980a1de8022b22f7f38b3046fea20235) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml31
1 files changed, 16 insertions, 15 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index ed1ab07fb1..e213d75950 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -18,11 +18,11 @@
18 Because much of the information in this manual is general, it 18 Because much of the information in this manual is general, it
19 contains many references to other sources where you can find more 19 contains many references to other sources where you can find more
20 detail. 20 detail.
21 For example, you can find detailed information on Git, repositories, 21 For example, you can find detailed information on Git, repositories,
22 and open source in general in many places on the Internet. 22 and open source in general in many places on the Internet.
23 Another example specific to the Yocto Project is how to quickly 23 Another example specific to the Yocto Project is how to quickly
24 set up your host development system and build an image, which you 24 set up your host development system and build an image, which you
25 find in the 25 find in the
26 <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>. 26 <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>.
27 <note> 27 <note>
28 By default, using the Yocto Project creates a Poky distribution. 28 By default, using the Yocto Project creates a Poky distribution.
@@ -40,7 +40,7 @@
40 <para> 40 <para>
41 The Yocto Project Development Manual does, however, provide 41 The Yocto Project Development Manual does, however, provide
42 guidance and examples on how to change the kernel source code, 42 guidance and examples on how to change the kernel source code,
43 reconfigure the kernel, and develop an application using the 43 reconfigure the kernel, and develop an application using the
44 popular <trademark class='trade'>Eclipse</trademark> IDE. 44 popular <trademark class='trade'>Eclipse</trademark> IDE.
45 </para> 45 </para>
46 </section> 46 </section>
@@ -53,17 +53,17 @@
53 <itemizedlist> 53 <itemizedlist>
54 <listitem><para>Information that lets you get set 54 <listitem><para>Information that lets you get set
55 up to develop using the Yocto Project.</para></listitem> 55 up to develop using the Yocto Project.</para></listitem>
56 <listitem><para>Information to help developers who are new to 56 <listitem><para>Information to help developers who are new to
57 the open source environment and to the distributed revision 57 the open source environment and to the distributed revision
58 control system Git, which the Yocto Project uses. 58 control system Git, which the Yocto Project uses.
59 </para></listitem> 59 </para></listitem>
60 <listitem><para>An understanding of common end-to-end 60 <listitem><para>An understanding of common end-to-end
61 development models and tasks.</para></listitem> 61 development models and tasks.</para></listitem>
62 <listitem><para>Information about common development tasks 62 <listitem><para>Information about common development tasks
63 generally used during image development for 63 generally used during image development for
64 embedded devices. 64 embedded devices.
65 </para></listitem> 65 </para></listitem>
66 <listitem><para>Many references to other sources of related 66 <listitem><para>Many references to other sources of related
67 information.</para></listitem> 67 information.</para></listitem>
68 </itemizedlist> 68 </itemizedlist>
69 </para> 69 </para>
@@ -96,7 +96,7 @@
96 <title>Other Information</title> 96 <title>Other Information</title>
97 97
98 <para> 98 <para>
99 Because this manual presents overview information for many different 99 Because this manual presents overview information for many different
100 topics, supplemental information is recommended for full 100 topics, supplemental information is recommended for full
101 comprehension. 101 comprehension.
102 The following list presents other sources of information you might find helpful: 102 The following list presents other sources of information you might find helpful:
@@ -139,7 +139,8 @@
139 <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>FAQ</ulink>:</emphasis> 139 <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>FAQ</ulink>:</emphasis>
140 A list of commonly asked questions and their answers.</para></listitem> 140 A list of commonly asked questions and their answers.</para></listitem>
141 <listitem><para><emphasis> 141 <listitem><para><emphasis>
142 <ulink url='&YOCTO_HOME_URL;/download/yocto/yocto-project-&DISTRO;-release-notes-poky-&POKYVERSION;'>Release Notes</ulink>:</emphasis> Features, updates and known issues for the current 142 <ulink url='&YOCTO_RELEASE_NOTES;'>Release Notes</ulink>:</emphasis>
143 Features, updates and known issues for the current
143 release of the Yocto Project.</para></listitem> 144 release of the Yocto Project.</para></listitem>
144 <listitem><para><emphasis> 145 <listitem><para><emphasis>
145 <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'> 146 <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>
@@ -148,8 +149,8 @@
148 <listitem><para><emphasis> 149 <listitem><para><emphasis>
149 <ulink url='&YOCTO_HOME_URL;/download/build-appliance-0'> 150 <ulink url='&YOCTO_HOME_URL;/download/build-appliance-0'>
150 Build Appliance</ulink>:</emphasis> A virtual machine that 151 Build Appliance</ulink>:</emphasis> A virtual machine that
151 enables you to build and boot a custom embedded Linux image 152 enables you to build and boot a custom embedded Linux image
152 with the Yocto Project using a non-Linux development system. 153 with the Yocto Project using a non-Linux development system.
153 For more information, see the 154 For more information, see the
154 <ulink url='&YOCTO_HOME_URL;/documentation/build-appliance-manual'>Build Appliance</ulink> 155 <ulink url='&YOCTO_HOME_URL;/documentation/build-appliance-manual'>Build Appliance</ulink>
155 page. 156 page.
@@ -166,7 +167,7 @@
166 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto'></ulink> for a 167 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto'></ulink> for a
167 Yocto Project Discussions mailing list.</para></listitem> 168 Yocto Project Discussions mailing list.</para></listitem>
168 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink> for a 169 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/poky'></ulink> for a
169 Yocto Project Discussions mailing list about the 170 Yocto Project Discussions mailing list about the
170 OpenEmbedded build system (Poky). 171 OpenEmbedded build system (Poky).
171 </para></listitem> 172 </para></listitem>
172 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink> 173 <listitem><para><ulink url='&YOCTO_LISTS_URL;/listinfo/yocto-announce'></ulink>