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>
This commit is contained in:
Scott Rifenbark 2013-10-24 15:20:30 -07:00 committed by Richard Purdie
parent aa8bad8bac
commit dc3e39efbd
1 changed files with 8 additions and 5 deletions

View File

@ -457,8 +457,8 @@
application from within the application from within the
Eclipse IDE, you must have an image that contains the Yocto Target Communication Eclipse IDE, you must have an image that contains the Yocto Target Communication
Framework (TCF) agent (<filename>tcf-agent</filename>). Framework (TCF) agent (<filename>tcf-agent</filename>).
By default, the Yocto Project provides only one type pre-built image that contains the By default, the Yocto Project provides only one type of pre-built
<filename>tcf-agent</filename>. image that contains the <filename>tcf-agent</filename>.
And, those images are SDK (e.g.<filename>core-image-sato-sdk</filename>). And, those images are SDK (e.g.<filename>core-image-sato-sdk</filename>).
</para> </para>
@ -487,13 +487,16 @@
the following commands: the following commands:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git $ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git
$ cd agent $ cd org.eclipse.tcf.agent/agent
</literallayout></para></listitem> </literallayout></para></listitem>
<listitem><para>Modify the <filename>Makefile.inc</filename> file <listitem><para>Locate the
<filename>Makefile.inc</filename> file inside the
<filename>agent</filename> folder and modify it
for the cross-compilation environment by setting the for the cross-compilation environment by setting the
<filename>OPSYS</filename> and <filename>OPSYS</filename> and
<ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>
variables according to your target.</para></listitem> variables according to your target.
</para></listitem>
<listitem><para>Use the cross-development tools to build the <listitem><para>Use the cross-development tools to build the
<filename>tcf-agent</filename>. <filename>tcf-agent</filename>.
Before you "Make" the file, be sure your cross-tools are set up first. Before you "Make" the file, be sure your cross-tools are set up first.