aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-01 13:33:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:55 +0100
commit218d251fbd3a13a4f349925221e64a3d7ec3e8de (patch)
treee5989c6683f1e4d40d1602a16ff6e78642ea13d7 /documentation/yocto-project-qs
parentaa8edc08b04c5a907845926e21a8758abfd1b721 (diff)
downloadopenembedded-core-contrib-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.xml19
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 @@
<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>