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 0d67111403..79ad06411d 100644
--- a/documentation/bsp-guide/bsp-guide.xml
+++ b/documentation/bsp-guide/bsp-guide.xml
@@ -135,12 +135,46 @@
135 Permission is granted to copy, distribute and/or modify this document under 135 Permission is granted to copy, distribute and/or modify this document under
136 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. 136 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.
137 </para> 137 </para>
138 <note> 138 <note><title>Manual Notes</title>
139 For the latest version of this manual associated with this 139 <itemizedlist>
140 Yocto Project release, see the 140 <listitem><para>
141 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink> 141 This version of the
142 from the Yocto Project website. 142 <emphasis>Yocto Project Board Support Package (BSP) Developer's Guide</emphasis>
143 </note> 143 is for the &YOCTO_DOC_VERSION; release of the
144 Yocto Project.
145 To be sure you have the latest version of the manual
146 for this release, go to the
147 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
148 and select the manual from that site.
149 Manuals from the site are more up-to-date than manuals
150 derived from the Yocto Project released TAR files.
151 </para></listitem>
152 <listitem><para>
153 If you located this manual through a web search, the
154 version of the manual might not be the one you want
155 (e.g. the search might have returned a manual much
156 older than the Yocto Project version with which you
157 are working).
158 You can see all Yocto Project major releases by
159 visiting the
160 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
161 page.
162 If you need a version of this manual for a different
163 Yocto Project release, visit the
164 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
165 and select the manual set by using the
166 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
167 pull-down menus.
168 </para></listitem>
169 <listitem><para>
170 To report any inaccuracies or problems with this
171 manual, send an email to the Yocto Project
172 discussion group at
173 <filename>yocto@yoctoproject.com</filename> or log into
174 the freenode <filename>#yocto</filename> channel.
175 </para></listitem>
176 </itemizedlist>
177 </note>
144 </legalnotice> 178 </legalnotice>
145 179
146 </bookinfo> 180 </bookinfo>
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml
index 9d49edcf1d..d1cf4b90db 100644
--- a/documentation/dev-manual/dev-manual.xml
+++ b/documentation/dev-manual/dev-manual.xml
@@ -116,12 +116,46 @@
116 Creative Commons. 116 Creative Commons.
117 </para> 117 </para>
118 118
119 <note> 119 <note><title>Manual Notes</title>
120 For the latest version of this manual associated with this 120 <itemizedlist>
121 Yocto Project release, see the 121 <listitem><para>
122 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Manual</ulink> 122 This version of the
123 from the Yocto Project website. 123 <emphasis>Yocto Project Development Manual</emphasis>
124 </note> 124 is for the &YOCTO_DOC_VERSION; release of the
125 Yocto Project.
126 To be sure you have the latest version of the manual
127 for this release, go to the
128 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
129 and select the manual from that site.
130 Manuals from the site are more up-to-date than manuals
131 derived from the Yocto Project released TAR files.
132 </para></listitem>
133 <listitem><para>
134 If you located this manual through a web search, the
135 version of the manual might not be the one you want
136 (e.g. the search might have returned a manual much
137 older than the Yocto Project version with which you
138 are working).
139 You can see all Yocto Project major releases by
140 visiting the
141 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
142 page.
143 If you need a version of this manual for a different
144 Yocto Project release, visit the
145 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
146 and select the manual set by using the
147 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
148 pull-down menus.
149 </para></listitem>
150 <listitem><para>
151 To report any inaccuracies or problems with this
152 manual, send an email to the Yocto Project
153 discussion group at
154 <filename>yocto@yoctoproject.com</filename> or log into
155 the freenode <filename>#yocto</filename> channel.
156 </para></listitem>
157 </itemizedlist>
158 </note>
125 </legalnotice> 159 </legalnotice>
126 160
127 </bookinfo> 161 </bookinfo>
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml
index 4784b832df..846e0eeb42 100644
--- a/documentation/kernel-dev/kernel-dev.xml
+++ b/documentation/kernel-dev/kernel-dev.xml
@@ -98,12 +98,46 @@
98 Permission is granted to copy, distribute and/or modify this document under 98 Permission is granted to copy, distribute and/or modify this document under
99 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. 99 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.
100 </para> 100 </para>
101 <note> 101 <note><title>Manual Notes</title>
102 For the latest version of this manual associated with this 102 <itemizedlist>
103 Yocto Project release, see the 103 <listitem><para>
104 <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink> 104 This version of the
105 from the Yocto Project website. 105 <emphasis>Yocto Project Linux Kernel Development Manual</emphasis>
106 </note> 106 is for the &YOCTO_DOC_VERSION; release of the
107 Yocto Project.
108 To be sure you have the latest version of the manual
109 for this release, go to the
110 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
111 and select the manual from that site.
112 Manuals from the site are more up-to-date than manuals
113 derived from the Yocto Project released TAR files.
114 </para></listitem>
115 <listitem><para>
116 If you located this manual through a web search, the
117 version of the manual might not be the one you want
118 (e.g. the search might have returned a manual much
119 older than the Yocto Project version with which you
120 are working).
121 You can see all Yocto Project major releases by
122 visiting the
123 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
124 page.
125 If you need a version of this manual for a different
126 Yocto Project release, visit the
127 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
128 and select the manual set by using the
129 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
130 pull-down menus.
131 </para></listitem>
132 <listitem><para>
133 To report any inaccuracies or problems with this
134 manual, send an email to the Yocto Project
135 discussion group at
136 <filename>yocto@yoctoproject.com</filename> or log into
137 the freenode <filename>#yocto</filename> channel.
138 </para></listitem>
139 </itemizedlist>
140 </note>
107 </legalnotice> 141 </legalnotice>
108 142
109 </bookinfo> 143 </bookinfo>
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml
index 0940e9bf61..dab18030ea 100644
--- a/documentation/mega-manual/mega-manual.xml
+++ b/documentation/mega-manual/mega-manual.xml
@@ -82,12 +82,46 @@
82 Permission is granted to copy, distribute and/or modify this document under 82 Permission is granted to copy, distribute and/or modify this document under
83 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. 83 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 </para> 84 </para>
85 <note> 85 <note><title>Manual Notes</title>
86 For the latest version of this manual associated with this 86 <itemizedlist>
87 Yocto Project release, see the 87 <listitem><para>
88 <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Mega-Manual</ulink> 88 This version of the
89 from the Yocto Project website. 89 <emphasis>Yocto Project Mega-Manual</emphasis>
90 </note> 90 is for the &YOCTO_DOC_VERSION; release of the
91 Yocto Project.
92 To be sure you have the latest version of the manual
93 for this release, go to the
94 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
95 and select the manual from that site.
96 Manuals from the site are more up-to-date than manuals
97 derived from the Yocto Project released TAR files.
98 </para></listitem>
99 <listitem><para>
100 If you located this manual through a web search, the
101 version of the manual might not be the one you want
102 (e.g. the search might have returned a manual much
103 older than the Yocto Project version with which you
104 are working).
105 You can see all Yocto Project major releases by
106 visiting the
107 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
108 page.
109 If you need a version of this manual for a different
110 Yocto Project release, visit the
111 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
112 and select the manual set by using the
113 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
114 pull-down menus.
115 </para></listitem>
116 <listitem><para>
117 To report any inaccuracies or problems with this
118 manual, send an email to the Yocto Project
119 discussion group at
120 <filename>yocto@yoctoproject.com</filename> or log into
121 the freenode <filename>#yocto</filename> channel.
122 </para></listitem>
123 </itemizedlist>
124 </note>
91 125
92 </legalnotice> 126 </legalnotice>
93 127
diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml
index 03d947f8d0..2d49c53175 100644
--- a/documentation/profile-manual/profile-manual.xml
+++ b/documentation/profile-manual/profile-manual.xml
@@ -101,12 +101,46 @@
101 Creative Commons. 101 Creative Commons.
102 </para> 102 </para>
103 103
104 <note> 104 <note><title>Manual Notes</title>
105 For the latest version of this manual associated with this 105 <itemizedlist>
106 Yocto Project release, see the 106 <listitem><para>
107 <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink> 107 This version of the
108 from the Yocto Project website. 108 <emphasis>Yocto Project Profiling and Tracing Manual</emphasis>
109 </note> 109 is for the &YOCTO_DOC_VERSION; release of the
110 Yocto Project.
111 To be sure you have the latest version of the manual
112 for this release, go to the
113 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
114 and select the manual from that site.
115 Manuals from the site are more up-to-date than manuals
116 derived from the Yocto Project released TAR files.
117 </para></listitem>
118 <listitem><para>
119 If you located this manual through a web search, the
120 version of the manual might not be the one you want
121 (e.g. the search might have returned a manual much
122 older than the Yocto Project version with which you
123 are working).
124 You can see all Yocto Project major releases by
125 visiting the
126 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
127 page.
128 If you need a version of this manual for a different
129 Yocto Project release, visit the
130 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
131 and select the manual set by using the
132 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
133 pull-down menus.
134 </para></listitem>
135 <listitem><para>
136 To report any inaccuracies or problems with this
137 manual, send an email to the Yocto Project
138 discussion group at
139 <filename>yocto@yoctoproject.com</filename> or log into
140 the freenode <filename>#yocto</filename> channel.
141 </para></listitem>
142 </itemizedlist>
143 </note>
110 </legalnotice> 144 </legalnotice>
111 145
112 </bookinfo> 146 </bookinfo>
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml
index 9f60f76319..f8c091bcc1 100644
--- a/documentation/ref-manual/ref-manual.xml
+++ b/documentation/ref-manual/ref-manual.xml
@@ -129,12 +129,46 @@
129 Permission is granted to copy, distribute and/or modify this document under 129 Permission is granted to copy, distribute and/or modify this document under
130 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. 130 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.
131 </para> 131 </para>
132 <note> 132 <note><title>Manual Notes</title>
133 For the latest version of this manual associated with this 133 <itemizedlist>
134 Yocto Project release, see the 134 <listitem><para>
135 <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink> 135 This version of the
136 from the Yocto Project website. 136 <emphasis>Yocto Project Reference Manual</emphasis>
137 </note> 137 is for the &YOCTO_DOC_VERSION; release of the
138 Yocto Project.
139 To be sure you have the latest version of the manual
140 for this release, go to the
141 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
142 and select the manual from that site.
143 Manuals from the site are more up-to-date than manuals
144 derived from the Yocto Project released TAR files.
145 </para></listitem>
146 <listitem><para>
147 If you located this manual through a web search, the
148 version of the manual might not be the one you want
149 (e.g. the search might have returned a manual much
150 older than the Yocto Project version with which you
151 are working).
152 You can see all Yocto Project major releases by
153 visiting the
154 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
155 page.
156 If you need a version of this manual for a different
157 Yocto Project release, visit the
158 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
159 and select the manual set by using the
160 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
161 pull-down menus.
162 </para></listitem>
163 <listitem><para>
164 To report any inaccuracies or problems with this
165 manual, send an email to the Yocto Project
166 discussion group at
167 <filename>yocto@yoctoproject.com</filename> or log into
168 the freenode <filename>#yocto</filename> channel.
169 </para></listitem>
170 </itemizedlist>
171 </note>
138 </legalnotice> 172 </legalnotice>
139 173
140 </bookinfo> 174 </bookinfo>
diff --git a/documentation/sdk-manual/sdk-manual.xml b/documentation/sdk-manual/sdk-manual.xml
index 94d1871b8e..f8e8c2cbde 100644
--- a/documentation/sdk-manual/sdk-manual.xml
+++ b/documentation/sdk-manual/sdk-manual.xml
@@ -63,12 +63,46 @@
63 Permission is granted to copy, distribute and/or modify this document under 63 Permission is granted to copy, distribute and/or modify this document under
64 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. 64 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.
65 </para> 65 </para>
66 <note> 66 <note><title>Manual Notes</title>
67 For the latest version of this manual associated with this 67 <itemizedlist>
68 Yocto Project release, see the 68 <listitem><para>
69 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink> 69 This version of the
70 from the Yocto Project website. 70 <emphasis>Yocto Project Software Development Kit (SDK) Developer's Guide</emphasis>
71 </note> 71 is for the &YOCTO_DOC_VERSION; release of the
72 Yocto Project.
73 To be sure you have the latest version of the manual
74 for this release, go to the
75 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
76 and select the manual from that site.
77 Manuals from the site are more up-to-date than manuals
78 derived from the Yocto Project released TAR files.
79 </para></listitem>
80 <listitem><para>
81 If you located this manual through a web search, the
82 version of the manual might not be the one you want
83 (e.g. the search might have returned a manual much
84 older than the Yocto Project version with which you
85 are working).
86 You can see all Yocto Project major releases by
87 visiting the
88 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
89 page.
90 If you need a version of this manual for a different
91 Yocto Project release, visit the
92 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
93 and select the manual set by using the
94 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
95 pull-down menus.
96 </para></listitem>
97 <listitem><para>
98 To report any inaccuracies or problems with this
99 manual, send an email to the Yocto Project
100 discussion group at
101 <filename>yocto@yoctoproject.com</filename> or log into
102 the freenode <filename>#yocto</filename> channel.
103 </para></listitem>
104 </itemizedlist>
105 </note>
72 106
73 </legalnotice> 107 </legalnotice>
74 108
diff --git a/documentation/toaster-manual/toaster-manual.xml b/documentation/toaster-manual/toaster-manual.xml
index 7d6d08e473..ddcab6d27b 100644
--- a/documentation/toaster-manual/toaster-manual.xml
+++ b/documentation/toaster-manual/toaster-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_TOAST_URL;'>Toaster User Manual</ulink> 79 This version of the
80 from the Yocto Project website. 80 <emphasis>Toaster User Manual</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/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 9b5e14bd67..a5285cce3b 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