diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp-guide.xml | 67 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual.xml | 55 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev.xml | 32 | ||||
-rw-r--r-- | documentation/mega-manual/mega-manual.xml | 30 | ||||
-rw-r--r-- | documentation/profile-manual/profile-manual.xml | 60 | ||||
-rw-r--r-- | documentation/ref-manual/ref-manual.xml | 38 | ||||
-rw-r--r-- | documentation/sdk-manual/sdk-manual.xml | 7 | ||||
-rw-r--r-- | documentation/toaster-manual/toaster-manual.xml | 36 | ||||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 52 |
9 files changed, 190 insertions, 187 deletions
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index 58ff027f7f..38b3d6d113 100644 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml | |||
@@ -22,18 +22,11 @@ | |||
22 | 22 | ||
23 | <authorgroup> | 23 | <authorgroup> |
24 | <author> | 24 | <author> |
25 | <firstname>Saul</firstname> <surname>Wold</surname> | 25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> |
26 | <affiliation> | 26 | <affiliation> |
27 | <orgname>Intel Corporation</orgname> | 27 | <orgname>Scotty's Documentation Services, INC</orgname> |
28 | </affiliation> | 28 | </affiliation> |
29 | <email>saul.wold@intel.com</email> | 29 | <email>srifenbark@gmail.com</email> |
30 | </author> | ||
31 | <author> | ||
32 | <firstname>Richard</firstname> <surname>Purdie</surname> | ||
33 | <affiliation> | ||
34 | <orgname>Linux Foundation</orgname> | ||
35 | </affiliation> | ||
36 | <email>richard.purdie@linuxfoundation.org</email> | ||
37 | </author> | 30 | </author> |
38 | </authorgroup> | 31 | </authorgroup> |
39 | 32 | ||
@@ -135,34 +128,34 @@ | |||
135 | Permission is granted to copy, distribute and/or modify this document under | 128 | 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 & Wales</ulink> as published by Creative Commons. | 129 | 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 & Wales</ulink> as published by Creative Commons. |
137 | </para> | 130 | </para> |
138 | <note><title>Manual Notes</title> | 131 | <note><title>Manual Notes</title> |
139 | <itemizedlist> | 132 | <itemizedlist> |
140 | <listitem><para> | 133 | <listitem><para> |
141 | For the latest version of the Yocto Project Board | 134 | This version of the |
142 | Support Package (BSP) Developer's Guide associated with | 135 | <emphasis>Yocto Project Board Support Package Developer's Guide</emphasis> |
143 | this Yocto Project release (version | 136 | is for the &YOCTO_DOC_VERSION; release of the |
144 | &YOCTO_DOC_VERSION;), | 137 | Yocto Project. |
145 | see the Yocto Project Board Support Package (BSP) | 138 | To be sure you have the latest version of the manual |
146 | Developer's Guide from the | 139 | for this release, use the manual from the |
147 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | 140 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. |
148 | </para></listitem> | 141 | </para></listitem> |
149 | <listitem><para> | 142 | <listitem><para> |
150 | This version of the manual is version | 143 | For manuals associated with other releases of the Yocto |
151 | &YOCTO_DOC_VERSION;. | 144 | Project, go to the |
152 | For later releases of the Yocto Project (if they exist), | 145 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
153 | go to the | 146 | and use the drop-down "Active Releases" button |
154 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 147 | and choose the manual associated with the desired |
155 | and use the drop-down "Active Releases" button | 148 | Yocto Project. |
156 | and choose the Yocto Project version for which you want | 149 | </para></listitem> |
157 | the manual. | 150 | <listitem><para> |
158 | </para></listitem> | 151 | To report any inaccuracies or problems with this |
159 | <listitem><para> | 152 | manual, send an email to the Yocto Project |
160 | For an in-development version of the Yocto Project | 153 | discussion group at |
161 | Board Support Package (BSP) Developer's Guide, see | 154 | <filename>yocto@yoctoproject.com</filename> or log into |
162 | <ulink url='&YOCTO_DOCS_URL;/latest/bsp-guide/bsp-guide.html'></ulink>. | 155 | the freenode <filename>#yocto</filename> channel. |
163 | </para></listitem> | 156 | </para></listitem> |
164 | </itemizedlist> | 157 | </itemizedlist> |
165 | </note> | 158 | </note> |
166 | </legalnotice> | 159 | </legalnotice> |
167 | 160 | ||
168 | </bookinfo> | 161 | </bookinfo> |
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index a50ec1c893..998c9b4185 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml | |||
@@ -24,7 +24,7 @@ | |||
24 | <author> | 24 | <author> |
25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> | 25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> |
26 | <affiliation> | 26 | <affiliation> |
27 | <orgname>Scotty's Documentation Services, Inc.</orgname> | 27 | <orgname>Scotty's Documentation Services, INC</orgname> |
28 | </affiliation> | 28 | </affiliation> |
29 | <email>srifenbark@gmail.com</email> | 29 | <email>srifenbark@gmail.com</email> |
30 | </author> | 30 | </author> |
@@ -115,33 +115,34 @@ | |||
115 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by | 115 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by |
116 | Creative Commons. | 116 | Creative Commons. |
117 | </para> | 117 | </para> |
118 | 118 | <note><title>Manual Notes</title> | |
119 | <note><title>Manual Notes</title> | 119 | <itemizedlist> |
120 | <itemizedlist> | 120 | <listitem><para> |
121 | <listitem><para> | 121 | This version of the |
122 | For the latest version of the Yocto Project Development | 122 | <emphasis>Yocto Project Development Tasks Manual</emphasis> |
123 | Tasks Manual associated with this Yocto Project release | 123 | is for the &YOCTO_DOC_VERSION; release of the |
124 | (version &YOCTO_DOC_VERSION;), | 124 | Yocto Project. |
125 | see the Yocto Project Development Tasks Manual from the | 125 | To be sure you have the latest version of the manual |
126 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | 126 | for this release, use the manual from the |
127 | </para></listitem> | 127 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. |
128 | <listitem><para> | 128 | </para></listitem> |
129 | This version of the manual is version | 129 | <listitem><para> |
130 | &YOCTO_DOC_VERSION;. | 130 | For manuals associated with other releases of the Yocto |
131 | For later releases of the Yocto Project (if they exist), | 131 | Project, go to the |
132 | go to the | 132 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
133 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 133 | and use the drop-down "Active Releases" button |
134 | and use the drop-down "Active Releases" button | 134 | and choose the manual associated with the desired |
135 | and choose the Yocto Project version for which you want | 135 | Yocto Project. |
136 | the manual. | 136 | </para></listitem> |
137 | </para></listitem> | 137 | <listitem><para> |
138 | <listitem><para> | 138 | To report any inaccuracies or problems with this |
139 | For an in-development version of the Yocto Project | 139 | manual, send an email to the Yocto Project |
140 | Development Tasks Manual, see | 140 | discussion group at |
141 | <ulink url='&YOCTO_DOCS_URL;/latest/dev-manual/dev-manual.html'></ulink>. | 141 | <filename>yocto@yoctoproject.com</filename> or log into |
142 | the freenode <filename>#yocto</filename> channel. | ||
142 | </para></listitem> | 143 | </para></listitem> |
143 | </itemizedlist> | 144 | </itemizedlist> |
144 | </note> | 145 | </note> |
145 | </legalnotice> | 146 | </legalnotice> |
146 | 147 | ||
147 | </bookinfo> | 148 | </bookinfo> |
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml index 45c8689ad4..e80780fdf2 100644 --- a/documentation/kernel-dev/kernel-dev.xml +++ b/documentation/kernel-dev/kernel-dev.xml | |||
@@ -24,7 +24,7 @@ | |||
24 | <author> | 24 | <author> |
25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> | 25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> |
26 | <affiliation> | 26 | <affiliation> |
27 | <orgname>Scotty's Documentation Services, INC.</orgname> | 27 | <orgname>Scotty's Documentation Services, INC</orgname> |
28 | </affiliation> | 28 | </affiliation> |
29 | <email>srifenbark@gmail.com</email> | 29 | <email>srifenbark@gmail.com</email> |
30 | </author> | 30 | </author> |
@@ -101,37 +101,31 @@ | |||
101 | <note><title>Manual Notes</title> | 101 | <note><title>Manual Notes</title> |
102 | <itemizedlist> | 102 | <itemizedlist> |
103 | <listitem><para> | 103 | <listitem><para> |
104 | For the latest version of the Yocto Project Linux | 104 | This version of the |
105 | Kernel Development Manual associated with this Yocto | 105 | <emphasis>Yocto Project Linux Kernel Development Manual</emphasis> |
106 | Project release (version &YOCTO_DOC_VERSION;), | 106 | is for the &YOCTO_DOC_VERSION; release of the |
107 | see the Yocto Project Linux Kernel Development | 107 | Yocto Project. |
108 | Manual from the | 108 | To be sure you have the latest version of the manual |
109 | for this release, use the manual from the | ||
109 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | 110 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. |
110 | </para></listitem> | 111 | </para></listitem> |
111 | <listitem><para> | 112 | <listitem><para> |
112 | This version of the manual is version | 113 | For manuals associated with other releases of the Yocto |
113 | &YOCTO_DOC_VERSION;. | 114 | Project, go to the |
114 | For later releases of the Yocto Project (if they exist), | ||
115 | go to the | ||
116 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 115 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
117 | and use the drop-down "Active Releases" button | 116 | and use the drop-down "Active Releases" button |
118 | and choose the Yocto Project version for which you want | 117 | and choose the manual associated with the desired |
119 | the manual. | 118 | Yocto Project. |
120 | </para></listitem> | 119 | </para></listitem> |
121 | <listitem><para> | 120 | <listitem><para> |
122 | For an in-development version of the Yocto Project | ||
123 | Linux Kernel Development Manual, see | ||
124 | <ulink url='&YOCTO_DOCS_URL;/latest/kernel-dev/kernel-dev.html'></ulink>. | ||
125 | </para></listitem> | ||
126 | <listitem><para> | ||
127 | To report any inaccuracies or problems with this | 121 | To report any inaccuracies or problems with this |
128 | manual, send an email to the Yocto Project | 122 | manual, send an email to the Yocto Project |
129 | discussion group at | 123 | discussion group at |
130 | <filename>yocto@yoctoproject.com</filename> or log into | 124 | <filename>yocto@yoctoproject.com</filename> or log into |
131 | the freenode <filename>#yocto</filename> channel. | 125 | the freenode <filename>#yocto</filename> channel. |
132 | </para></listitem> | 126 | </para></listitem> |
133 | </itemizedlist> | 127 | </itemizedlist> |
134 | </note> | 128 | </note> |
135 | </legalnotice> | 129 | </legalnotice> |
136 | 130 | ||
137 | </bookinfo> | 131 | </bookinfo> |
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 5550803be4..a8d535a1fe 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -85,27 +85,29 @@ | |||
85 | <note><title>Manual Notes</title> | 85 | <note><title>Manual Notes</title> |
86 | <itemizedlist> | 86 | <itemizedlist> |
87 | <listitem><para> | 87 | <listitem><para> |
88 | For the latest version of the Yocto Project | 88 | This version of the |
89 | Mega-Manual associated with this Yocto Project release | 89 | <emphasis>Yocto Project Mega-Manual</emphasis> |
90 | (version &YOCTO_DOC_VERSION;), | 90 | is for the &YOCTO_DOC_VERSION; release of the |
91 | see the Yocto Project Mega-Manual from the | 91 | Yocto Project. |
92 | To be sure you have the latest version of the manual | ||
93 | for this release, use the manual from the | ||
92 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | 94 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. |
93 | </para></listitem> | 95 | </para></listitem> |
94 | <listitem><para> | 96 | <listitem><para> |
95 | This version of the manual is version | 97 | For manuals associated with other releases of the Yocto |
96 | &YOCTO_DOC_VERSION;. | 98 | Project, go to the |
97 | For later releases of the Yocto Project (if they exist), | ||
98 | go to the | ||
99 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 99 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
100 | and use the drop-down "Active Releases" button | 100 | and use the drop-down "Active Releases" button |
101 | and choose the Yocto Project version for which you want | 101 | and choose the manual associated with the desired |
102 | the manual. | 102 | Yocto Project. |
103 | </para></listitem> | 103 | </para></listitem> |
104 | <listitem><para> | 104 | <listitem><para> |
105 | For an in-development version of the Yocto Project | 105 | To report any inaccuracies or problems with this |
106 | Mega-Manual, see | 106 | manual, send an email to the Yocto Project |
107 | <ulink url='&YOCTO_DOCS_URL;/latest/mega-manual/mega-manual.html'></ulink>. | 107 | discussion group at |
108 | </para></listitem> | 108 | <filename>yocto@yoctoproject.com</filename> or log into |
109 | the freenode <filename>#yocto</filename> channel. | ||
110 | </para></listitem> | ||
109 | </itemizedlist> | 111 | </itemizedlist> |
110 | </note> | 112 | </note> |
111 | 113 | ||
diff --git a/documentation/profile-manual/profile-manual.xml b/documentation/profile-manual/profile-manual.xml index 1305f748d3..d87f5b46d6 100644 --- a/documentation/profile-manual/profile-manual.xml +++ b/documentation/profile-manual/profile-manual.xml | |||
@@ -22,11 +22,11 @@ | |||
22 | 22 | ||
23 | <authorgroup> | 23 | <authorgroup> |
24 | <author> | 24 | <author> |
25 | <firstname>Tom</firstname> <surname>Zanussi</surname> | 25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> |
26 | <affiliation> | 26 | <affiliation> |
27 | <orgname>Intel Corporation</orgname> | 27 | <orgname>Scotty's Documentation Services, INC</orgname> |
28 | </affiliation> | 28 | </affiliation> |
29 | <email>tom.zanussi@intel.com</email> | 29 | <email>srifenbark@gmail.com</email> |
30 | </author> | 30 | </author> |
31 | </authorgroup> | 31 | </authorgroup> |
32 | 32 | ||
@@ -100,34 +100,34 @@ | |||
100 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by | 100 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by |
101 | Creative Commons. | 101 | Creative Commons. |
102 | </para> | 102 | </para> |
103 | 103 | <note><title>Manual Notes</title> | |
104 | <note><title>Manual Notes</title> | 104 | <itemizedlist> |
105 | <itemizedlist> | 105 | <listitem><para> |
106 | <listitem><para> | 106 | This version of the |
107 | For the latest version of the Yocto Project Profiling | 107 | <emphasis>Yocto Project Profiling and Tracing Manual</emphasis> |
108 | and Tracing Manual associated with this Yocto Project | 108 | is for the &YOCTO_DOC_VERSION; release of the |
109 | release (version &YOCTO_DOC_VERSION;), | 109 | Yocto Project. |
110 | see the Yocto Project Profiling and Tracing Manual | 110 | To be sure you have the latest version of the manual |
111 | from the | 111 | for this release, use the manual from the |
112 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | 112 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. |
113 | </para></listitem> | 113 | </para></listitem> |
114 | <listitem><para> | 114 | <listitem><para> |
115 | This version of the manual is version | 115 | For manuals associated with other releases of the Yocto |
116 | &YOCTO_DOC_VERSION;. | 116 | Project, go to the |
117 | For later releases of the Yocto Project (if they exist), | 117 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
118 | go to the | 118 | and use the drop-down "Active Releases" button |
119 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 119 | and choose the manual associated with the desired |
120 | and use the drop-down "Active Releases" button | 120 | Yocto Project. |
121 | and choose the Yocto Project version for which you want | 121 | </para></listitem> |
122 | the manual. | 122 | <listitem><para> |
123 | </para></listitem> | 123 | To report any inaccuracies or problems with this |
124 | <listitem><para> | 124 | manual, send an email to the Yocto Project |
125 | For an in-development version of the Yocto Project | 125 | discussion group at |
126 | Profiling and Tracing Manual, see | 126 | <filename>yocto@yoctoproject.com</filename> or log into |
127 | <ulink url='&YOCTO_DOCS_URL;/latest/profile-manual/profile-manual.html'></ulink>. | 127 | the freenode <filename>#yocto</filename> channel. |
128 | </para></listitem> | 128 | </para></listitem> |
129 | </itemizedlist> | 129 | </itemizedlist> |
130 | </note> | 130 | </note> |
131 | </legalnotice> | 131 | </legalnotice> |
132 | 132 | ||
133 | </bookinfo> | 133 | </bookinfo> |
diff --git a/documentation/ref-manual/ref-manual.xml b/documentation/ref-manual/ref-manual.xml index a977cb86a8..6c7403dc0d 100644 --- a/documentation/ref-manual/ref-manual.xml +++ b/documentation/ref-manual/ref-manual.xml | |||
@@ -22,11 +22,11 @@ | |||
22 | 22 | ||
23 | <authorgroup> | 23 | <authorgroup> |
24 | <author> | 24 | <author> |
25 | <firstname>Richard</firstname> <surname>Purdie</surname> | 25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> |
26 | <affiliation> | 26 | <affiliation> |
27 | <orgname>Linux Foundation</orgname> | 27 | <orgname>Scotty's Documentation Services, INC</orgname> |
28 | </affiliation> | 28 | </affiliation> |
29 | <email>richard.purdie@linuxfoundation.org</email> | 29 | <email>srifenbark@gmail.com</email> |
30 | </author> | 30 | </author> |
31 | 31 | ||
32 | </authorgroup> | 32 | </authorgroup> |
@@ -132,29 +132,31 @@ | |||
132 | <note><title>Manual Notes</title> | 132 | <note><title>Manual Notes</title> |
133 | <itemizedlist> | 133 | <itemizedlist> |
134 | <listitem><para> | 134 | <listitem><para> |
135 | For the latest version of the Yocto Project Reference | 135 | This version of the |
136 | Manual associated with this Yocto Project release | 136 | <emphasis>Yocto Project Reference Manual</emphasis> |
137 | (version &YOCTO_DOC_VERSION;), | 137 | is for the &YOCTO_DOC_VERSION; release of the |
138 | see the Yocto Project Reference Manual from the | 138 | Yocto Project. |
139 | To be sure you have the latest version of the manual | ||
140 | for this release, use the manual from the | ||
139 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | 141 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. |
140 | </para></listitem> | 142 | </para></listitem> |
141 | <listitem><para> | 143 | <listitem><para> |
142 | This version of the manual is version | 144 | For manuals associated with other releases of the Yocto |
143 | &YOCTO_DOC_VERSION;. | 145 | Project, go to the |
144 | For later releases of the Yocto Project (if they exist), | ||
145 | go to the | ||
146 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 146 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
147 | and use the drop-down "Active Releases" button | 147 | and use the drop-down "Active Releases" button |
148 | and choose the Yocto Project version for which you want | 148 | and choose the manual associated with the desired |
149 | the manual. | 149 | Yocto Project. |
150 | </para></listitem> | 150 | </para></listitem> |
151 | <listitem><para> | 151 | <listitem><para> |
152 | For an in-development version of the Yocto Project | 152 | To report any inaccuracies or problems with this |
153 | Reference Manual, see | 153 | manual, send an email to the Yocto Project |
154 | <ulink url='&YOCTO_DOCS_URL;/latest/ref-manual/ref-manual.html'></ulink>. | 154 | discussion group at |
155 | <filename>yocto@yoctoproject.com</filename> or log into | ||
156 | the freenode <filename>#yocto</filename> channel. | ||
155 | </para></listitem> | 157 | </para></listitem> |
156 | </itemizedlist> | 158 | </itemizedlist> |
157 | </note> | 159 | </note> |
158 | </legalnotice> | 160 | </legalnotice> |
159 | 161 | ||
160 | </bookinfo> | 162 | </bookinfo> |
diff --git a/documentation/sdk-manual/sdk-manual.xml b/documentation/sdk-manual/sdk-manual.xml index e580379770..553ba8f809 100644 --- a/documentation/sdk-manual/sdk-manual.xml +++ b/documentation/sdk-manual/sdk-manual.xml | |||
@@ -82,6 +82,13 @@ | |||
82 | and choose the manual associated with the desired | 82 | and choose the manual associated with the desired |
83 | Yocto Project. | 83 | Yocto Project. |
84 | </para></listitem> | 84 | </para></listitem> |
85 | <listitem><para> | ||
86 | To report any inaccuracies or problems with this | ||
87 | manual, send an email to the Yocto Project | ||
88 | discussion group at | ||
89 | <filename>yocto@yoctoproject.com</filename> or log into | ||
90 | the freenode <filename>#yocto</filename> channel. | ||
91 | </para></listitem> | ||
85 | </itemizedlist> | 92 | </itemizedlist> |
86 | </note> | 93 | </note> |
87 | 94 | ||
diff --git a/documentation/toaster-manual/toaster-manual.xml b/documentation/toaster-manual/toaster-manual.xml index 2fdc447a8e..506018302a 100644 --- a/documentation/toaster-manual/toaster-manual.xml +++ b/documentation/toaster-manual/toaster-manual.xml | |||
@@ -22,11 +22,11 @@ | |||
22 | 22 | ||
23 | <authorgroup> | 23 | <authorgroup> |
24 | <author> | 24 | <author> |
25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> | 25 | <firstname>Kristi</firstname> <surname>Rifenbark</surname> |
26 | <affiliation> | 26 | <affiliation> |
27 | <orgname>Intel Corporation</orgname> | 27 | <orgname>Scotty's Documentation Services, INC</orgname> |
28 | </affiliation> | 28 | </affiliation> |
29 | <email>srifenbark@gmail.com</email> | 29 | <email>kristi@buzzcollectivemarketing.com</email> |
30 | </author> | 30 | </author> |
31 | </authorgroup> | 31 | </authorgroup> |
32 | 32 | ||
@@ -76,27 +76,29 @@ | |||
76 | <note><title>Manual Notes</title> | 76 | <note><title>Manual Notes</title> |
77 | <itemizedlist> | 77 | <itemizedlist> |
78 | <listitem><para> | 78 | <listitem><para> |
79 | For the latest version of the Yocto Project Toaster | 79 | This version of the |
80 | User Manual associated with this Yocto Project release | 80 | <emphasis>Toaster User Manual</emphasis> |
81 | (version &YOCTO_DOC_VERSION;), | 81 | is for the &YOCTO_DOC_VERSION; release of the |
82 | see the Yocto Project Toaster User Manual from the | 82 | Yocto Project. |
83 | To be sure you have the latest version of the manual | ||
84 | for this release, use the manual from the | ||
83 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | 85 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. |
84 | </para></listitem> | 86 | </para></listitem> |
85 | <listitem><para> | 87 | <listitem><para> |
86 | This version of the manual is version | 88 | For manuals associated with other releases of the Yocto |
87 | &YOCTO_DOC_VERSION;. | 89 | Project, go to the |
88 | For later releases of the Yocto Project (if they exist), | ||
89 | go to the | ||
90 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 90 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
91 | and use the drop-down "Active Releases" button | 91 | and use the drop-down "Active Releases" button |
92 | and choose the Yocto Project version for which you want | 92 | and choose the manual associated with the desired |
93 | the manual. | 93 | Yocto Project. |
94 | </para></listitem> | 94 | </para></listitem> |
95 | <listitem><para> | 95 | <listitem><para> |
96 | For an in-development version of the Yocto Project | 96 | To report any inaccuracies or problems with this |
97 | Toaster User Manual, see | 97 | manual, send an email to the Yocto Project |
98 | <ulink url='&YOCTO_DOCS_URL;/latest/toaster-manual/toaster-manual.html'></ulink>. | 98 | discussion group at |
99 | </para></listitem> | 99 | <filename>yocto@yoctoproject.com</filename> or log into |
100 | the freenode <filename>#yocto</filename> channel. | ||
101 | </para></listitem> | ||
100 | </itemizedlist> | 102 | </itemizedlist> |
101 | </note> | 103 | </note> |
102 | 104 | ||
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index adcedb3817..cfaa70f551 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -16,32 +16,34 @@ | |||
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 & 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 & Wales</ulink> as published by Creative Commons. |
18 | </para> | 18 | </para> |
19 | <note><title>Manual Notes</title> | 19 | <note><title>Manual Notes</title> |
20 | <itemizedlist> | 20 | <itemizedlist> |
21 | <listitem><para> | 21 | <listitem><para> |
22 | For the latest version of the Yocto Project Quick | 22 | This version of the |
23 | Start associated with this Yocto Project release | 23 | <emphasis>Yocto Project Quick Start</emphasis> |
24 | (version &YOCTO_DOC_VERSION;), | 24 | is for the &YOCTO_DOC_VERSION; release of the |
25 | see the Yocto Project Quick Start from the | 25 | Yocto Project. |
26 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | 26 | To be sure you have the latest version of the manual |
27 | </para></listitem> | 27 | for this release, use the manual from the |
28 | <listitem><para> | 28 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. |
29 | This version of the manual is version | 29 | </para></listitem> |
30 | &YOCTO_DOC_VERSION;. | 30 | <listitem><para> |
31 | For later releases of the Yocto Project (if they exist), | 31 | For manuals associated with other releases of the Yocto |
32 | go to the | 32 | Project, go to the |
33 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | 33 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> |
34 | and use the drop-down "Active Releases" button | 34 | and use the drop-down "Active Releases" button |
35 | and choose the Yocto Project version for which you want | 35 | and choose the manual associated with the desired |
36 | the manual. | 36 | Yocto Project. |
37 | </para></listitem> | ||
38 | <listitem><para> | ||
39 | To report any inaccuracies or problems with this | ||
40 | manual, send an email to the Yocto Project | ||
41 | discussion group at | ||
42 | <filename>yocto@yoctoproject.com</filename> or log into | ||
43 | the freenode <filename>#yocto</filename> channel. | ||
37 | </para></listitem> | 44 | </para></listitem> |
38 | <listitem><para> | 45 | </itemizedlist> |
39 | For an in-development version of the Yocto Project | 46 | </note> |
40 | Quick Start, see | ||
41 | <ulink url='&YOCTO_DOCS_URL;/latest/yocto-project-qs/yocto-project-qs.html'></ulink>. | ||
42 | </para></listitem> | ||
43 | </itemizedlist> | ||
44 | </note> | ||
45 | </legalnotice> | 47 | </legalnotice> |
46 | 48 | ||
47 | <abstract> | 49 | <abstract> |