summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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/dev-manual
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/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml10
1 files changed, 7 insertions, 3 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>