aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-prepare.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 8a1bc67599..a9fb15e87e 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -356,9 +356,9 @@
If you plan on remotely deploying and debugging your 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 pre-built image that contains the
+ By default, the Yocto Project provides only one type pre-built image that contains the
<filename>tcf-agent</filename>.
- And, that image is <filename>core-image-sato-sdk</filename>.
+ And, those images are SDK (e.g.<filename>core-image-sato-sdk</filename>).
</para>
<para>
@@ -367,7 +367,7 @@
<itemizedlist>
<listitem><para>Modify the <filename>conf/local.conf</filename> configuration in
the Yocto Project build directory and then rebuild the image.
- With this method you need to modify the <filename>EXTRA_IMAGE_FEATURES</filename>
+ With this method, you need to modify the <filename>EXTRA_IMAGE_FEATURES</filename>
variable to have the value of "tools-debug" before rebuilding the image.
Once the image is rebuilt, the <filename>tcf-agent</filename> will be included
in the image and is launched automatically after the boot.</para></listitem>