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