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:09:53 +0000
commita8b0bc49803ef96740d1f2f90b0dca1302d806d5 (patch)
treee9447d83351d73ff9714a9e3bc293dea30023625 /documentation/adt-manual
parent62881f15a8650a9d0f60f5559e5cccbc9b104a7b (diff)
downloadast2050-yocto-poky-a8b0bc49803ef96740d1f2f90b0dca1302d806d5.zip
ast2050-yocto-poky-a8b0bc49803ef96740d1f2f90b0dca1302d806d5.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: b734fddeb700a0e2e685e8453395653926dbabe6) 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 daee1d5..3d902e4 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -457,8 +457,8 @@
application from within the
Eclipse IDE, you must have an image that contains the Yocto Target Communication
Framework (TCF) agent (<filename>tcf-agent</filename>).
- By default, the Yocto Project provides only one type pre-built image that contains the
- <filename>tcf-agent</filename>.
+ By default, the Yocto Project provides only one type of pre-built
+ image that contains the <filename>tcf-agent</filename>.
And, those images are SDK (e.g.<filename>core-image-sato-sdk</filename>).
</para>
@@ -487,13 +487,16 @@
the following commands:
<literallayout class='monospaced'>
$ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git
- $ cd agent
+ $ cd org.eclipse.tcf.agent/agent
</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
<filename>OPSYS</filename> and
<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
<filename>tcf-agent</filename>.
Before you "Make" the file, be sure your cross-tools are set up first.
OpenPOWER on IntegriCloud