From ddef53b9620aa45986619e2ffe0afef513e3769e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 3 Oct 2012 13:04:23 -0700 Subject: documentation: poky-ref-manual, yocto-project-qs - Updates to packages A few edits to the respective sections that talk about required packages. Some wording changes for headless and graphics supported systems. Also, re-inserted the note about older CentOS systems. Reported-by Paul Eggleton (From yocto-docs rev: 112370758cf41104ff04c4996d4a432e6bd54be1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/introduction.xml | 39 +++++++++++++++++--------- 1 file changed, 26 insertions(+), 13 deletions(-) (limited to 'documentation/poky-ref-manual') diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 5f3fa962b9..1f3f4ec442 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml @@ -124,14 +124,13 @@ given a supported Ubuntu Linux distribution: Essentials: - Packages needed to build an image for a headless + Packages needed to build an image on a headless system: $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; Graphical Extras: - Packages needed if you are going to have graphics - support when you run the image: + Packages recommended if the host system has graphics support: $ sudo apt-get install libsdl1.2-dev xterm @@ -143,7 +142,10 @@ Application Development Extras: Packages needed if you are going to be developing - user-space applications: + user-space applications. + In particular, you are using the + Application Development Toolkit (ADT) + or the ADT Installer: $ sudo apt-get install autoconf automake libtool libglib2.0-dev @@ -165,8 +167,7 @@ $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; Graphical Extras: - Packages needed if you are going to have graphics - support when you run the image: + Packages recommended if the host system has graphics support: $ sudo yum install SDL-devel xterm @@ -179,7 +180,10 @@ Application Development Extras: Packages needed if you are going to be developing - user-space applications: + user-space applications. + In particular, you are using the + Application Development Toolkit (ADT) + or the ADT Installer: $ sudo yum install autoconf automake libtool glib2-devel @@ -201,8 +205,7 @@ $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; Graphical Extras: - Packages needed if you are going to have graphics - support when you run the image: + Packages recommended if the host system has graphics support: $ sudo zypper install libSDL-devel xterm @@ -214,7 +217,10 @@ Application Development Extras: Packages needed if you are going to be developing - user-space applications: + user-space applications. + In particular, you are using the + Application Development Toolkit (ADT) + or the ADT Installer: $ sudo zypper install autoconf automake libtool glib2-devel @@ -236,8 +242,7 @@ $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; Graphical Extras: - Packages needed if you are going to have graphics - support when you run the image: + Packages recommended if the host system has graphics support: $ sudo yum -y install SDL-devel xterm @@ -250,11 +255,19 @@ Application Development Extras: Packages needed if you are going to be developing - user-space applications: + user-space applications. + In particular, you are using the + Application Development Toolkit (ADT) + or the ADT Installer: $ sudo yum -y install autoconf automake libtool glib2-devel + Depending on the CentOS version you are using, other requirements + and dependencies might exist. + For details, you should look at the CentOS sections on the + Poky/GettingStarted/Dependencies + wiki page. -- cgit v1.2.3-54-g00ecf