summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-25 11:34:01 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-30 10:18:37 +0100
commitff5b58e612fc3778011ea0b0d384ae414a616f38 (patch)
tree881048759d977b0a2898c9b4771118b16f96fa73 /documentation
parentc4f2191910fbb1e55eed0f17659dc7ffb631a4bc (diff)
downloadpoky-ff5b58e612fc3778011ea0b0d384ae414a616f38.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml10
-rw-r--r--documentation/ref-manual/introduction.xml24
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 @@
525 <orderedlist> 525 <orderedlist>
526 <listitem><para><emphasis>Prepare the host system for the Yocto Project</emphasis>: 526 <listitem><para><emphasis>Prepare the host system for the Yocto Project</emphasis>:
527 See 527 See
528 "<ulink url='&YOCTO_DOCS_QS_URL;#the-linux-distro'>The Linux Distribution</ulink>" and 528 "<ulink url='&YOCTO_DOCS_REF_URL;#detailed-supported-distros'>Supported Linux Distributions</ulink>"
529 "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>" sections both 529 and
530 in the Yocto Project Quick Start for requirements.</para></listitem> 530 "<ulink url='&YOCTO_DOCS_REF_URL;#required-packages-for-the-host-development-system'>Required Packages for the Host Development System</ulink>" sections both
531 in the Yocto Project Reference Manual for requirements.
532 In particular, be sure your host system has the
533 <filename>xterm</filename> package installed.
534 </para></listitem>
531 <listitem><para><emphasis>Secure the Yocto Project kernel target image</emphasis>: 535 <listitem><para><emphasis>Secure the Yocto Project kernel target image</emphasis>:
532 You must have a target kernel image that has been built using the OpenEmbedded 536 You must have a target kernel image that has been built using the OpenEmbedded
533 build system.</para> 537 build system.</para>
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 @@
189 <literallayout class='monospaced'> 189 <literallayout class='monospaced'>
190 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL; 190 $ sudo apt-get install &UBUNTU_HOST_PACKAGES_ESSENTIAL;
191 </literallayout></para></listitem> 191 </literallayout></para></listitem>
192 <listitem><para><emphasis>Graphical Extras:</emphasis> 192 <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis>
193 Packages recommended if the host system has graphics support: 193 Packages recommended if the host system has graphics
194 support or if you are going to use the Eclipse
195 IDE:
194 <literallayout class='monospaced'> 196 <literallayout class='monospaced'>
195 $ sudo apt-get install libsdl1.2-dev xterm 197 $ sudo apt-get install libsdl1.2-dev xterm
196 </literallayout></para></listitem> 198 </literallayout></para></listitem>
@@ -223,8 +225,10 @@
223 <literallayout class='monospaced'> 225 <literallayout class='monospaced'>
224 $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; 226 $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL;
225 </literallayout></para></listitem> 227 </literallayout></para></listitem>
226 <listitem><para><emphasis>Graphical Extras:</emphasis> 228 <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis>
227 Packages recommended if the host system has graphics support: 229 Packages recommended if the host system has graphics
230 support or if you are going to use the Eclipse
231 IDE:
228 <literallayout class='monospaced'> 232 <literallayout class='monospaced'>
229 $ sudo yum install SDL-devel xterm perl-Thread-Queue 233 $ sudo yum install SDL-devel xterm perl-Thread-Queue
230 </literallayout></para></listitem> 234 </literallayout></para></listitem>
@@ -258,8 +262,10 @@
258 <literallayout class='monospaced'> 262 <literallayout class='monospaced'>
259 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; 263 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL;
260 </literallayout></para></listitem> 264 </literallayout></para></listitem>
261 <listitem><para><emphasis>Graphical Extras:</emphasis> 265 <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis>
262 Packages recommended if the host system has graphics support: 266 Packages recommended if the host system has graphics
267 support or if you are going to use the Eclipse
268 IDE:
263 <literallayout class='monospaced'> 269 <literallayout class='monospaced'>
264 $ sudo zypper install libSDL-devel xterm 270 $ sudo zypper install libSDL-devel xterm
265 </literallayout></para></listitem> 271 </literallayout></para></listitem>
@@ -298,8 +304,10 @@
298 <literallayout class='monospaced'> 304 <literallayout class='monospaced'>
299 $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; 305 $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL;
300 </literallayout></para></listitem> 306 </literallayout></para></listitem>
301 <listitem><para><emphasis>Graphical Extras:</emphasis> 307 <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis>
302 Packages recommended if the host system has graphics support: 308 Packages recommended if the host system has graphics
309 support or if you are going to use the Eclipse
310 IDE:
303 <literallayout class='monospaced'> 311 <literallayout class='monospaced'>
304 $ sudo yum install SDL-devel xterm 312 $ sudo yum install SDL-devel xterm
305 </literallayout></para></listitem> 313 </literallayout></para></listitem>