From 218d251fbd3a13a4f349925221e64a3d7ec3e8de Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 1 Oct 2013 13:33:56 -0700 Subject: [PATCH] yocto-project-qs: Updated wording for required packages. (From yocto-docs rev: 5af5c76434d6d877b43bf9020c6ae2f7524fe4d0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 19 ++++++++++--------- 1 file 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 @@ Ubuntu and Debian - 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: $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; libsdl1.2-dev xterm @@ -293,8 +294,8 @@ Fedora - 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: $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm @@ -302,11 +303,11 @@
- openSUSE + OpenSUSE - 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: $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm @@ -317,8 +318,8 @@ CentOS - 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: $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm