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>
This commit is contained in:
Scott Rifenbark 2013-10-01 13:33:56 -07:00 committed by Richard Purdie
parent aa8edc08b0
commit 218d251fbd
1 changed files with 10 additions and 9 deletions

View File

@ -281,8 +281,9 @@
<title>Ubuntu and Debian</title>
<para>
The essential packages you need for a supported Ubuntu
or Debian distribution are shown in the following command:
The essential and graphical support packages you need for a
supported Ubuntu or Debian distribution are shown in the
following command:
<literallayout class='monospaced'>
$ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm
</literallayout>
@ -293,8 +294,8 @@
<title>Fedora</title>
<para>
The essential packages you need for a supported Fedora distribution
are shown in the following command:
The essential and graphical packages you need for a supported
Fedora distribution are shown in the following command:
<literallayout class='monospaced'>
$ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
</literallayout>
@ -302,11 +303,11 @@
</section>
<section id='opensuse'>
<title>openSUSE</title>
<title>OpenSUSE</title>
<para>
The essential packages you need for a supported openSUSE
distribution are shown in the following command:
The essential and graphical packages you need for a supported
OpenSUSE distribution are shown in the following command:
<literallayout class='monospaced'>
$ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm
</literallayout>
@ -317,8 +318,8 @@
<title>CentOS</title>
<para>
The essential packages you need for a supported CentOS
distribution are shown in the following command:
The essential and graphical packages you need for a supported
CentOS distribution are shown in the following command:
<literallayout class='monospaced'>
$ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
</literallayout>