diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-03-11 09:25:24 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-19 23:54:02 +0000 |
commit | e63d516db3c1b4e49978040db50d010502d60802 (patch) | |
tree | 59fb22404ab8d0d255d8ce44a91ad5f7d4b2877c /documentation/ref-manual/ref-system-requirements.xml | |
parent | 5c2dca7e75a9b35a148258d913343e625961bb44 (diff) | |
download | poky-e63d516db3c1b4e49978040db50d010502d60802.tar.gz |
YP Documentation: Updated host package lists
Changes to the lists resulted in the testing and graphics &
Eclipse Plug-in lists going away. Also, I added several packages
based on some testing requirements to the "Essentials" list.
(From yocto-docs rev: cbc9a595bef3dd80f5eef1376e466627248f9fda)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-system-requirements.xml')
-rw-r--r-- | documentation/ref-manual/ref-system-requirements.xml | 43 |
1 files changed, 4 insertions, 39 deletions
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml index 6872883f77..5f2b9f6ce1 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml | |||
@@ -192,13 +192,6 @@ | |||
192 | <literallayout class='monospaced'> | 192 | <literallayout class='monospaced'> |
193 | $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; | 193 | $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; |
194 | </literallayout></para></listitem> | 194 | </literallayout></para></listitem> |
195 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | ||
196 | Packages recommended if the host system has graphics | ||
197 | support or if you are going to use the Eclipse | ||
198 | IDE: | ||
199 | <literallayout class='monospaced'> | ||
200 | $ sudo apt-get install libsdl1.2-dev xterm | ||
201 | </literallayout></para></listitem> | ||
202 | <listitem><para><emphasis>Documentation:</emphasis> | 195 | <listitem><para><emphasis>Documentation:</emphasis> |
203 | Packages needed if you are going to build out the | 196 | Packages needed if you are going to build out the |
204 | Yocto Project documentation manuals: | 197 | Yocto Project documentation manuals: |
@@ -222,18 +215,11 @@ | |||
222 | <literallayout class='monospaced'> | 215 | <literallayout class='monospaced'> |
223 | $ sudo dnf install &FEDORA_HOST_PACKAGES_ESSENTIAL; | 216 | $ sudo dnf install &FEDORA_HOST_PACKAGES_ESSENTIAL; |
224 | </literallayout></para></listitem> | 217 | </literallayout></para></listitem> |
225 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | ||
226 | Packages recommended if the host system has graphics | ||
227 | support or if you are going to use the Eclipse | ||
228 | IDE: | ||
229 | <literallayout class='monospaced'> | ||
230 | $ sudo dnf install SDL-devel xterm | ||
231 | </literallayout></para></listitem> | ||
232 | <listitem><para><emphasis>Documentation:</emphasis> | 218 | <listitem><para><emphasis>Documentation:</emphasis> |
233 | Packages needed if you are going to build out the | 219 | Packages needed if you are going to build out the |
234 | Yocto Project documentation manuals: | 220 | Yocto Project documentation manuals: |
235 | <literallayout class='monospaced'> | 221 | <literallayout class='monospaced'> |
236 | $ sudo dnf install make docbook-style-dsssl docbook-style-xsl \ | 222 | $ sudo dnf install docbook-style-dsssl docbook-style-xsl \ |
237 | docbook-dtds docbook-utils fop libxslt dblatex xmlto | 223 | docbook-dtds docbook-utils fop libxslt dblatex xmlto |
238 | </literallayout></para></listitem> | 224 | </literallayout></para></listitem> |
239 | </itemizedlist> | 225 | </itemizedlist> |
@@ -253,27 +239,13 @@ | |||
253 | <literallayout class='monospaced'> | 239 | <literallayout class='monospaced'> |
254 | $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; | 240 | $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; |
255 | </literallayout></para></listitem> | 241 | </literallayout></para></listitem> |
256 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | ||
257 | Packages recommended if the host system has graphics | ||
258 | support or if you are going to use the Eclipse | ||
259 | IDE: | ||
260 | <literallayout class='monospaced'> | ||
261 | $ sudo zypper install libSDL-devel xterm | ||
262 | </literallayout></para></listitem> | ||
263 | <listitem><para><emphasis>Documentation:</emphasis> | 242 | <listitem><para><emphasis>Documentation:</emphasis> |
264 | Packages needed if you are going to build out the | 243 | Packages needed if you are going to build out the |
265 | Yocto Project documentation manuals: | 244 | Yocto Project documentation manuals: |
266 | <literallayout class='monospaced'> | 245 | <literallayout class='monospaced'> |
267 | $ sudo zypper install make dblatex xmlto | 246 | $ sudo zypper install dblatex xmlto |
268 | </literallayout></para></listitem> | 247 | </literallayout></para></listitem> |
269 | </itemizedlist> | 248 | </itemizedlist> |
270 | <note> | ||
271 | Sanity testing, through the | ||
272 | <link linkend='ref-classes-testimage*'>testimage</link> | ||
273 | classes, does not work on systems using the | ||
274 | <ulink url='https://en.opensuse.org/Portal:Wicked'>Wicked</ulink> | ||
275 | network manager. | ||
276 | </note> | ||
277 | </para> | 249 | </para> |
278 | </section> | 250 | </section> |
279 | 251 | ||
@@ -288,7 +260,7 @@ | |||
288 | Packages needed to build an image for a headless | 260 | Packages needed to build an image for a headless |
289 | system: | 261 | system: |
290 | <literallayout class='monospaced'> | 262 | <literallayout class='monospaced'> |
291 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 263 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; |
292 | </literallayout> | 264 | </literallayout> |
293 | <note><title>Notes</title> | 265 | <note><title>Notes</title> |
294 | <itemizedlist> | 266 | <itemizedlist> |
@@ -310,18 +282,11 @@ | |||
310 | </itemizedlist> | 282 | </itemizedlist> |
311 | </note> | 283 | </note> |
312 | </para></listitem> | 284 | </para></listitem> |
313 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | ||
314 | Packages recommended if the host system has graphics | ||
315 | support or if you are going to use the Eclipse | ||
316 | IDE: | ||
317 | <literallayout class='monospaced'> | ||
318 | $ sudo yum install SDL-devel xterm | ||
319 | </literallayout></para></listitem> | ||
320 | <listitem><para><emphasis>Documentation:</emphasis> | 285 | <listitem><para><emphasis>Documentation:</emphasis> |
321 | Packages needed if you are going to build out the | 286 | Packages needed if you are going to build out the |
322 | Yocto Project documentation manuals: | 287 | Yocto Project documentation manuals: |
323 | <literallayout class='monospaced'> | 288 | <literallayout class='monospaced'> |
324 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ | 289 | $ sudo yum install docbook-style-dsssl docbook-style-xsl \ |
325 | docbook-dtds docbook-utils fop libxslt dblatex xmlto | 290 | docbook-dtds docbook-utils fop libxslt dblatex xmlto |
326 | </literallayout></para></listitem> | 291 | </literallayout></para></listitem> |
327 | </itemizedlist> | 292 | </itemizedlist> |