diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-01 13:33:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-01 22:52:55 +0100 |
commit | 218d251fbd3a13a4f349925221e64a3d7ec3e8de (patch) | |
tree | e5989c6683f1e4d40d1602a16ff6e78642ea13d7 /documentation/yocto-project-qs | |
parent | aa8edc08b04c5a907845926e21a8758abfd1b721 (diff) | |
download | poky-218d251fbd3a13a4f349925221e64a3d7ec3e8de.tar.gz |
yocto-project-qs: Updated wording for required packages.
(From yocto-docs rev: 5af5c76434d6d877b43bf9020c6ae2f7524fe4d0)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 3809a95b22..e98661be9b 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -281,8 +281,9 @@ | |||
281 | <title>Ubuntu and Debian</title> | 281 | <title>Ubuntu and Debian</title> |
282 | 282 | ||
283 | <para> | 283 | <para> |
284 | The essential packages you need for a supported Ubuntu | 284 | The essential and graphical support packages you need for a |
285 | or Debian distribution are shown in the following command: | 285 | supported Ubuntu or Debian distribution are shown in the |
286 | following command: | ||
286 | <literallayout class='monospaced'> | 287 | <literallayout class='monospaced'> |
287 | $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm | 288 | $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm |
288 | </literallayout> | 289 | </literallayout> |
@@ -293,8 +294,8 @@ | |||
293 | <title>Fedora</title> | 294 | <title>Fedora</title> |
294 | 295 | ||
295 | <para> | 296 | <para> |
296 | The essential packages you need for a supported Fedora distribution | 297 | The essential and graphical packages you need for a supported |
297 | are shown in the following command: | 298 | Fedora distribution are shown in the following command: |
298 | <literallayout class='monospaced'> | 299 | <literallayout class='monospaced'> |
299 | $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 300 | $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
300 | </literallayout> | 301 | </literallayout> |
@@ -302,11 +303,11 @@ | |||
302 | </section> | 303 | </section> |
303 | 304 | ||
304 | <section id='opensuse'> | 305 | <section id='opensuse'> |
305 | <title>openSUSE</title> | 306 | <title>OpenSUSE</title> |
306 | 307 | ||
307 | <para> | 308 | <para> |
308 | The essential packages you need for a supported openSUSE | 309 | The essential and graphical packages you need for a supported |
309 | distribution are shown in the following command: | 310 | OpenSUSE distribution are shown in the following command: |
310 | <literallayout class='monospaced'> | 311 | <literallayout class='monospaced'> |
311 | $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm | 312 | $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm |
312 | </literallayout> | 313 | </literallayout> |
@@ -317,8 +318,8 @@ | |||
317 | <title>CentOS</title> | 318 | <title>CentOS</title> |
318 | 319 | ||
319 | <para> | 320 | <para> |
320 | The essential packages you need for a supported CentOS | 321 | The essential and graphical packages you need for a supported |
321 | distribution are shown in the following command: | 322 | CentOS distribution are shown in the following command: |
322 | <literallayout class='monospaced'> | 323 | <literallayout class='monospaced'> |
323 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 324 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
324 | </literallayout> | 325 | </literallayout> |