summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/bsp-guide/bsp-guide.xml46
-rw-r--r--documentation/dev-manual/dev-manual.xml46
-rw-r--r--documentation/kernel-dev/kernel-dev.xml46
-rw-r--r--documentation/mega-manual/mega-manual.xml46
-rw-r--r--documentation/profile-manual/profile-manual.xml46
-rw-r--r--documentation/ref-manual/ref-manual.xml46
-rw-r--r--documentation/sdk-manual/sdk-manual.xml46
-rw-r--r--documentation/toaster-manual/toaster-manual.xml46
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml46
9 files changed, 360 insertions, 54 deletions
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml
index 97dbdc0593..1ad62f55df 100644
--- a/documentation/bsp-guide/bsp-guide.xml
+++ b/documentation/bsp-guide/bsp-guide.xml
@@ -145,12 +145,46 @@
145 Permission is granted to copy, distribute and/or modify this document under 145 Permission is granted to copy, distribute and/or modify this document under
146 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons. 146 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
147 </para> 147 </para>
148 <note> 148 <note><title>Manual Notes</title>
149 For the latest version of this manual associated with this 149 <itemizedlist>
150 Yocto Project release, see the 150 <listitem><para>
151 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink> 151 This version of the
152 from the Yocto Project website. 152 <emphasis>Yocto Project Board Support Package (BSP) Developer's Guide</emphasis>
153 </note> 153 is for the &YOCTO_DOC_VERSION; release of the
154 Yocto Project.
155 To be sure you have the latest version of the manual
156 for this release, go to the
157 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
158 and select the manual from that site.
159 Manuals from the site are more up-to-date than manuals
160 derived from the Yocto Project released TAR files.
161 </para></listitem>
162 <listitem><para>
163 If you located this manual through a web search, the
164 version of the manual might not be the one you want
165 (e.g. the search might have returned a manual much
166 older than the Yocto Project version with which you
167 are working).
168 You can see all Yocto Project major releases by
169 visiting the
170 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
171 page.
172 If you need a version of this manual for a different
173 Yocto Project release, visit the
174 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
175 and select the manual set by using the
176 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
177 pull-down menus.
178 </para></listitem>
179 <listitem><para>
180 To report any inaccuracies or problems with this
181 manual, send an email to the Yocto Project
182 discussion group at
183 <filename>yocto@yoctoproject.com</filename> or log into
184 the freenode <filename>#yocto</filename> channel.
185 </para></listitem>
186 </itemizedlist>
187 </note>
154 </legalnotice> 188 </legalnotice>
155 189
156 </bookinfo> 190 </bookinfo>
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml
index 8ad1c6e9fe..fc7e00bc6d 100644
--- a/documentation/dev-manual/dev-manual.xml
+++ b/documentation/dev-manual/dev-manual.xml
@@ -126,12 +126,46 @@
126 Creative Commons. 126 Creative Commons.
127 </para> 127 </para>
128 128
129 <note> 129 <note><title>Manual Notes</title>
130 For the latest version of this manual associated with this 130 <itemizedlist>
131 Yocto Project release, see the 131 <listitem><para>
132 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Manual</ulink> 132 This version of the
133 from the Yocto Project website. 133 <emphasis>Yocto Project Development Manual</emphasis>
134 </note> 134 is for the &YOCTO_DOC_VERSION; release of the
135 Yocto Project.
136 To be sure you have the latest version of the manual
137 for this release, go to the
138 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
139 and select the manual from that site.
140 Manuals from the site are more up-to-date than manuals
141 derived from the Yocto Project released TAR files.
142 </para></listitem>
143 <listitem><para>
144 If you located this manual through a web search, the
145 version of the manual might not be the one you want
146 (e.g. the search might have returned a manual much
147 older than the Yocto Project version with which you
148 are working).
149 You can see all Yocto Project major releases by
150 visiting the
151 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
152 page.
153 If you need a version of this manual for a different
154 Yocto Project release, visit the
155 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
156 and select the manual set by using the
157 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
158 pull-down menus.
159 </para></listitem>
160 <listitem><para>
161 To report any inaccuracies or problems with this
162 manual, send an email to the Yocto Project
163 discussion group at
164 <filename>yocto@yoctoproject.com</filename> or log into
165 the freenode <filename>#yocto</filename> channel.
166 </para></listitem>
167 </itemizedlist>
168 </note>
135 </legalnotice> 169 </legalnotice>
136 170
137 </bookinfo> 171 </bookinfo>
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml
index 40842da990..6b973867af 100644
--- a/documentation/kernel-dev/kernel-dev.xml
+++ b/documentation/kernel-dev/kernel-dev.xml
@@ -108,12 +108,46 @@
108 Permission is granted to copy, distribute and/or modify this document under 108 Permission is granted to copy, distribute and/or modify this document under
109 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons. 109 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
110 </para> 110 </para>
111 <note> 111 <note><title>Manual Notes</title>
112 For the latest version of this manual associated with this 112 <itemizedlist>
113 Yocto Project release, see the 113 <listitem><para>
114 <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink> 114 This version of the
115 from the Yocto Project website. 115 <emphasis>Yocto Project Linux Kernel Development Manual</emphasis>
116 </note> 116 is for the &YOCTO_DOC_VERSION; release of the
117 Yocto Project.
118 To be sure you have the latest version of the manual
119 for this release, go to the
120 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
121 and select the manual from that site.
122 Manuals from the site are more up-to-date than manuals
123 derived from the Yocto Project released TAR files.
124 </para></listitem>
125 <listitem><para>
126 If you located this manual through a web search, the
127 version of the manual might not be the one you want
128 (e.g. the search might have returned a manual much
129 older than the Yocto Project version with which you
130 are working).
131 You can see all Yocto Project major releases by
132 visiting the
133 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
134 page.
135 If you need a version of this manual for a different
136 Yocto Project release, visit the
137 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
138 and select the manual set by using the
139 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
140 pull-down menus.
141 </para></listitem>
142 <listitem><para>
143 To report any inaccuracies or problems with this
144 manual, send an email to the Yocto Project
145 discussion group at
146 <filename>yocto@yoctoproject.com</filename> or log into
147 the freenode <filename>#yocto</filename> channel.
148 </para></listitem>
149 </itemizedlist>
150 </note>
117 </legalnotice> 151 </legalnotice>
118 152
119 </bookinfo> 153 </bookinfo>
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml
index 1347419c15..a6f9c6dca5 100644
--- a/documentation/mega-manual/mega-manual.xml
+++ b/documentation/mega-manual/mega-manual.xml
@@ -92,12 +92,46 @@
92 Permission is granted to copy, distribute and/or modify this document under 92 Permission is granted to copy, distribute and/or modify this document under
93 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons. 93 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
94 </para> 94 </para>
95 <note> 95 <note><title>Manual Notes</title>
96 For the latest version of this manual associated with this 96 <itemizedlist>
97 Yocto Project release, see the 97 <listitem><para>
98 <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Mega-Manual</ulink> 98 This version of the
99 from the Yocto Project website. 99 <emphasis>Yocto Project Mega-Manual</emphasis>
100 </note> 100 is for the &YOCTO_DOC_VERSION; release of the
101 Yocto Project.
102 To be sure you have the latest version of the manual
103 for this release, go to the
104 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
105 and select the manual from that site.
106 Manuals from the site are more up-to-date than manuals
107 derived from the Yocto Project released TAR files.
108 </para></listitem>
109 <listitem><para>
110 If you located this manual through a web search, the
111 version of the manual might not be the one you want
112 (e.g. the search might have returned a manual much
113 older than the Yocto Project version with which you
114 are working).
115 You can see all Yocto Project major releases by
116 visiting the
117 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
118 page.
119 If you need a version of this manual for a different
120 Yocto Project release, visit the
121 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
122 and select the manual set by using the
123 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
124 pull-down menus.
125 </para></listitem>
126 <listitem><para>
127 To report any inaccuracies or problems with this
128 manual, send an email to the Yocto Project
129 discussion group at
130 <filename>yocto@yoctoproject.com</filename> or log into
131 the freenode <filename>#yocto</filename> channel.
132 </para></listitem>
133 </itemizedlist>
134 </note>
101 135
102 </legalnotice> 136 </legalnotice>
103 137
diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml
index 3d06556ac4..5bf2ffa381 100644
--- a/documentation/profile-manual/profile-manual.xml
+++ b/documentation/profile-manual/profile-manual.xml
@@ -111,12 +111,46 @@
111 Creative Commons. 111 Creative Commons.
112 </para> 112 </para>
113 113
114 <note> 114 <note><title>Manual Notes</title>
115 For the latest version of this manual associated with this 115 <itemizedlist>
116 Yocto Project release, see the 116 <listitem><para>
117 <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink> 117 This version of the
118 from the Yocto Project website. 118 <emphasis>Yocto Project Profiling and Tracing Manual</emphasis>
119 </note> 119 is for the &YOCTO_DOC_VERSION; release of the
120 Yocto Project.
121 To be sure you have the latest version of the manual
122 for this release, go to the
123 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
124 and select the manual from that site.
125 Manuals from the site are more up-to-date than manuals
126 derived from the Yocto Project released TAR files.
127 </para></listitem>
128 <listitem><para>
129 If you located this manual through a web search, the
130 version of the manual might not be the one you want
131 (e.g. the search might have returned a manual much
132 older than the Yocto Project version with which you
133 are working).
134 You can see all Yocto Project major releases by
135 visiting the
136 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
137 page.
138 If you need a version of this manual for a different
139 Yocto Project release, visit the
140 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
141 and select the manual set by using the
142 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
143 pull-down menus.
144 </para></listitem>
145 <listitem><para>
146 To report any inaccuracies or problems with this
147 manual, send an email to the Yocto Project
148 discussion group at
149 <filename>yocto@yoctoproject.com</filename> or log into
150 the freenode <filename>#yocto</filename> channel.
151 </para></listitem>
152 </itemizedlist>
153 </note>
120 </legalnotice> 154 </legalnotice>
121 155
122 </bookinfo> 156 </bookinfo>
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml
index c8ccd2670f..e7e472d858 100644
--- a/documentation/ref-manual/ref-manual.xml
+++ b/documentation/ref-manual/ref-manual.xml
@@ -139,12 +139,46 @@
139 Permission is granted to copy, distribute and/or modify this document under 139 Permission is granted to copy, distribute and/or modify this document under
140 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons. 140 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
141 </para> 141 </para>
142 <note> 142 <note><title>Manual Notes</title>
143 For the latest version of this manual associated with this 143 <itemizedlist>
144 Yocto Project release, see the 144 <listitem><para>
145 <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink> 145 This version of the
146 from the Yocto Project website. 146 <emphasis>Yocto Project Reference Manual</emphasis>
147 </note> 147 is for the &YOCTO_DOC_VERSION; release of the
148 Yocto Project.
149 To be sure you have the latest version of the manual
150 for this release, go to the
151 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
152 and select the manual from that site.
153 Manuals from the site are more up-to-date than manuals
154 derived from the Yocto Project released TAR files.
155 </para></listitem>
156 <listitem><para>
157 If you located this manual through a web search, the
158 version of the manual might not be the one you want
159 (e.g. the search might have returned a manual much
160 older than the Yocto Project version with which you
161 are working).
162 You can see all Yocto Project major releases by
163 visiting the
164 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
165 page.
166 If you need a version of this manual for a different
167 Yocto Project release, visit the
168 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
169 and select the manual set by using the
170 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
171 pull-down menus.
172 </para></listitem>
173 <listitem><para>
174 To report any inaccuracies or problems with this
175 manual, send an email to the Yocto Project
176 discussion group at
177 <filename>yocto@yoctoproject.com</filename> or log into
178 the freenode <filename>#yocto</filename> channel.
179 </para></listitem>
180 </itemizedlist>
181 </note>
148 </legalnotice> 182 </legalnotice>
149 183
150 </bookinfo> 184 </bookinfo>
diff --git a/documentation/sdk-manual/sdk-manual.xml b/documentation/sdk-manual/sdk-manual.xml
index 154225ea9e..477b534355 100644
--- a/documentation/sdk-manual/sdk-manual.xml
+++ b/documentation/sdk-manual/sdk-manual.xml
@@ -73,12 +73,46 @@
73 Permission is granted to copy, distribute and/or modify this document under 73 Permission is granted to copy, distribute and/or modify this document under
74 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons. 74 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
75 </para> 75 </para>
76 <note> 76 <note><title>Manual Notes</title>
77 For the latest version of this manual associated with this 77 <itemizedlist>
78 Yocto Project release, see the 78 <listitem><para>
79 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink> 79 This version of the
80 from the Yocto Project website. 80 <emphasis>Yocto Project Software Development Kit (SDK) Developer's Guide</emphasis>
81 </note> 81 is for the &YOCTO_DOC_VERSION; release of the
82 Yocto Project.
83 To be sure you have the latest version of the manual
84 for this release, go to the
85 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
86 and select the manual from that site.
87 Manuals from the site are more up-to-date than manuals
88 derived from the Yocto Project released TAR files.
89 </para></listitem>
90 <listitem><para>
91 If you located this manual through a web search, the
92 version of the manual might not be the one you want
93 (e.g. the search might have returned a manual much
94 older than the Yocto Project version with which you
95 are working).
96 You can see all Yocto Project major releases by
97 visiting the
98 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
99 page.
100 If you need a version of this manual for a different
101 Yocto Project release, visit the
102 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
103 and select the manual set by using the
104 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
105 pull-down menus.
106 </para></listitem>
107 <listitem><para>
108 To report any inaccuracies or problems with this
109 manual, send an email to the Yocto Project
110 discussion group at
111 <filename>yocto@yoctoproject.com</filename> or log into
112 the freenode <filename>#yocto</filename> channel.
113 </para></listitem>
114 </itemizedlist>
115 </note>
82 116
83 </legalnotice> 117 </legalnotice>
84 118
diff --git a/documentation/toaster-manual/toaster-manual.xml b/documentation/toaster-manual/toaster-manual.xml
index 7ab1f11ba5..70c54b6c70 100644
--- a/documentation/toaster-manual/toaster-manual.xml
+++ b/documentation/toaster-manual/toaster-manual.xml
@@ -83,12 +83,46 @@
83 Permission is granted to copy, distribute and/or modify this document under 83 Permission is granted to copy, distribute and/or modify this document under
84 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons. 84 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
85 </para> 85 </para>
86 <note> 86 <note><title>Manual Notes</title>
87 For the latest version of this manual associated with this 87 <itemizedlist>
88 Yocto Project release, see the 88 <listitem><para>
89 <ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink> 89 This version of the
90 from the Yocto Project website. 90 <emphasis>Toaster User Manual</emphasis>
91 </note> 91 is for the &YOCTO_DOC_VERSION; release of the
92 Yocto Project.
93 To be sure you have the latest version of the manual
94 for this release, go to the
95 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
96 and select the manual from that site.
97 Manuals from the site are more up-to-date than manuals
98 derived from the Yocto Project released TAR files.
99 </para></listitem>
100 <listitem><para>
101 If you located this manual through a web search, the
102 version of the manual might not be the one you want
103 (e.g. the search might have returned a manual much
104 older than the Yocto Project version with which you
105 are working).
106 You can see all Yocto Project major releases by
107 visiting the
108 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
109 page.
110 If you need a version of this manual for a different
111 Yocto Project release, visit the
112 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
113 and select the manual set by using the
114 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
115 pull-down menus.
116 </para></listitem>
117 <listitem><para>
118 To report any inaccuracies or problems with this
119 manual, send an email to the Yocto Project
120 discussion group at
121 <filename>yocto@yoctoproject.com</filename> or log into
122 the freenode <filename>#yocto</filename> channel.
123 </para></listitem>
124 </itemizedlist>
125 </note>
92 126
93 </legalnotice> 127 </legalnotice>
94 128
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index e3cddd949b..8850b02191 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -16,12 +16,46 @@
16 Permission is granted to copy, distribute and/or modify this document under 16 Permission is granted to copy, distribute and/or modify this document under
17 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons. 17 the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales</ulink> as published by Creative Commons.
18 </para> 18 </para>
19 <note> 19 <note><title>Manual Notes</title>
20 For the latest version of this manual associated with this 20 <itemizedlist>
21 Yocto Project release, see the 21 <listitem><para>
22 <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink> 22 This version of the
23 from the Yocto Project website. 23 <emphasis>Yocto Project Quick Start</emphasis>
24 </note> 24 is for the &YOCTO_DOC_VERSION; release of the
25 Yocto Project.
26 To be sure you have the latest version of the manual
27 for this release, go to the
28 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
29 and select the manual from that site.
30 Manuals from the site are more up-to-date than manuals
31 derived from the Yocto Project released TAR files.
32 </para></listitem>
33 <listitem><para>
34 If you located this manual through a web search, the
35 version of the manual might not be the one you want
36 (e.g. the search might have returned a manual much
37 older than the Yocto Project version with which you
38 are working).
39 You can see all Yocto Project major releases by
40 visiting the
41 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
42 page.
43 If you need a version of this manual for a different
44 Yocto Project release, visit the
45 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
46 and select the manual set by using the
47 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
48 pull-down menus.
49 </para></listitem>
50 <listitem><para>
51 To report any inaccuracies or problems with this
52 manual, send an email to the Yocto Project
53 discussion group at
54 <filename>yocto@yoctoproject.com</filename> or log into
55 the freenode <filename>#yocto</filename> channel.
56 </para></listitem>
57 </itemizedlist>
58 </note>
25 </legalnotice> 59 </legalnotice>
26 60
27 61