summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-24 15:20:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:44 +0000
commitdc3e39efbd2bd8c00aea662623fec6cbfece8e4f (patch)
tree9dc6ac971a126c7e1e47cc7dd5f598dc5e1021f3 /documentation/adt-manual
parentaa8bad8bac39450cac29c44f16370b6381cee513 (diff)
downloadpoky-dc3e39efbd2bd8c00aea662623fec6cbfece8e4f.tar.gz
adt-manual: Edits to "Getting the Images" section
Fixed a grammar issue and provided some wording to make things clearer for locating the Makefile.inc file. (From yocto-docs rev: 37c71be85da57a353890e6be9e9d4c2414ddabb1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-prepare.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index daee1d509f..3d902e4e5f 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -457,8 +457,8 @@
457 application from within the 457 application from within the
458 Eclipse IDE, you must have an image that contains the Yocto Target Communication 458 Eclipse IDE, you must have an image that contains the Yocto Target Communication
459 Framework (TCF) agent (<filename>tcf-agent</filename>). 459 Framework (TCF) agent (<filename>tcf-agent</filename>).
460 By default, the Yocto Project provides only one type pre-built image that contains the 460 By default, the Yocto Project provides only one type of pre-built
461 <filename>tcf-agent</filename>. 461 image that contains the <filename>tcf-agent</filename>.
462 And, those images are SDK (e.g.<filename>core-image-sato-sdk</filename>). 462 And, those images are SDK (e.g.<filename>core-image-sato-sdk</filename>).
463 </para> 463 </para>
464 464
@@ -487,13 +487,16 @@
487 the following commands: 487 the following commands:
488 <literallayout class='monospaced'> 488 <literallayout class='monospaced'>
489 $ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git 489 $ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git
490 $ cd agent 490 $ cd org.eclipse.tcf.agent/agent
491 </literallayout></para></listitem> 491 </literallayout></para></listitem>
492 <listitem><para>Modify the <filename>Makefile.inc</filename> file 492 <listitem><para>Locate the
493 <filename>Makefile.inc</filename> file inside the
494 <filename>agent</filename> folder and modify it
493 for the cross-compilation environment by setting the 495 for the cross-compilation environment by setting the
494 <filename>OPSYS</filename> and 496 <filename>OPSYS</filename> and
495 <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> 497 <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>
496 variables according to your target.</para></listitem> 498 variables according to your target.
499 </para></listitem>
497 <listitem><para>Use the cross-development tools to build the 500 <listitem><para>Use the cross-development tools to build the
498 <filename>tcf-agent</filename>. 501 <filename>tcf-agent</filename>.
499 Before you "Make" the file, be sure your cross-tools are set up first. 502 Before you "Make" the file, be sure your cross-tools are set up first.