]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
yocto-project-qs: Updated wording for required packages.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 1 Oct 2013 20:33:56 +0000 (13:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Oct 2013 21:52:55 +0000 (22:52 +0100)
(From yocto-docs rev: 5af5c76434d6d877b43bf9020c6ae2f7524fe4d0)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/yocto-project-qs/yocto-project-qs.xml

index 3809a95b2296fb362b68c71a89c85923f577a5a3..e98661be9b5527d09e9b8c7e9e378a858d7bde10 100644 (file)
             <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>
             <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>
         </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>
             <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>