From ff5b58e612fc3778011ea0b0d384ae414a616f38 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 25 Mar 2014 11:34:01 -0600 Subject: [PATCH] ref-manual, dev-manual: Point out "xterm" needed for eclipse use. Fixes [YOCTO #5766] In the ref-manual, I added "Eclipse" use in the title for the "Graphics Support" packages because the "xterm" package is required for graphics support across all distributions. In the dev-manual, I specifically called out the need for "xterm" as a host package at the top of the section describing workflow with Eclipse. I also updated the cross-reference links to the host package and Linux distro requirements to point into the ref-manual, which is more comprehensive, than into the QS. (From yocto-docs rev: d3405be506fcb113f01d4fcba4631db80a1ed5dc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 10 +++++--- documentation/ref-manual/introduction.xml | 24 ++++++++++++------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 63a447d59b..6340527d05 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -525,9 +525,13 @@ Prepare the host system for the Yocto Project: See - "The Linux Distribution" and - "The Packages" sections both - in the Yocto Project Quick Start for requirements. + "Supported Linux Distributions" + and + "Required Packages for the Host Development System" sections both + in the Yocto Project Reference Manual for requirements. + In particular, be sure your host system has the + xterm package installed. + Secure the Yocto Project kernel target image: You must have a target kernel image that has been built using the OpenEmbedded build system. diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 7eb8203bc2..2f5147270b 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -189,8 +189,10 @@ $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; - Graphical Extras: - Packages recommended if the host system has graphics support: + Graphical and Eclipse Plug-In Extras: + Packages recommended if the host system has graphics + support or if you are going to use the Eclipse + IDE: $ sudo apt-get install libsdl1.2-dev xterm @@ -223,8 +225,10 @@ $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; - Graphical Extras: - Packages recommended if the host system has graphics support: + Graphical and Eclipse Plug-In Extras: + Packages recommended if the host system has graphics + support or if you are going to use the Eclipse + IDE: $ sudo yum install SDL-devel xterm perl-Thread-Queue @@ -258,8 +262,10 @@ $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; - Graphical Extras: - Packages recommended if the host system has graphics support: + Graphical and Eclipse Plug-In Extras: + Packages recommended if the host system has graphics + support or if you are going to use the Eclipse + IDE: $ sudo zypper install libSDL-devel xterm @@ -298,8 +304,10 @@ $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; - Graphical Extras: - Packages recommended if the host system has graphics support: + Graphical and Eclipse Plug-In Extras: + Packages recommended if the host system has graphics + support or if you are going to use the Eclipse + IDE: $ sudo yum install SDL-devel xterm