summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-30 09:02:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 14:01:40 +0100
commit6b2ae5fd17c8bc2f5bdb10e4d33bdc2823d507af (patch)
treebd7375a4ddbc0d961cf11bef2fc7c559359fe77c /documentation/adt-manual
parent4eeeded4a796bee2b273f60d108438440d6fd422 (diff)
downloadpoky-6b2ae5fd17c8bc2f5bdb10e4d33bdc2823d507af.tar.gz
documentation/adt-manual/adt-prepare.xml: updates to getting images.
Made a few corrections to the section describing how to build the tcf-agent into non-sdk images. (From yocto-docs rev: e78dc3b3d3dd443506e78651cf9673358577c21d) 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.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 @@
356 If you plan on remotely deploying and debugging your application from within the 356 If you plan on remotely deploying and debugging your application from within the
357 Eclipse IDE, you must have an image that contains the Yocto Target Communication 357 Eclipse IDE, you must have an image that contains the Yocto Target Communication
358 Framework (TCF) agent (<filename>tcf-agent</filename>). 358 Framework (TCF) agent (<filename>tcf-agent</filename>).
359 By default, the Yocto Project provides only one pre-built image that contains the 359 By default, the Yocto Project provides only one type pre-built image that contains the
360 <filename>tcf-agent</filename>. 360 <filename>tcf-agent</filename>.
361 And, that image is <filename>core-image-sato-sdk</filename>. 361 And, those images are SDK (e.g.<filename>core-image-sato-sdk</filename>).
362 </para> 362 </para>
363 363
364 <para> 364 <para>
@@ -367,7 +367,7 @@
367 <itemizedlist> 367 <itemizedlist>
368 <listitem><para>Modify the <filename>conf/local.conf</filename> configuration in 368 <listitem><para>Modify the <filename>conf/local.conf</filename> configuration in
369 the Yocto Project build directory and then rebuild the image. 369 the Yocto Project build directory and then rebuild the image.
370 With this method you need to modify the <filename>EXTRA_IMAGE_FEATURES</filename> 370 With this method, you need to modify the <filename>EXTRA_IMAGE_FEATURES</filename>
371 variable to have the value of "tools-debug" before rebuilding the image. 371 variable to have the value of "tools-debug" before rebuilding the image.
372 Once the image is rebuilt, the <filename>tcf-agent</filename> will be included 372 Once the image is rebuilt, the <filename>tcf-agent</filename> will be included
373 in the image and is launched automatically after the boot.</para></listitem> 373 in the image and is launched automatically after the boot.</para></listitem>