]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/adt-manual/adt-prepare.xml: updates to getting images.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 30 Sep 2011 16:02:18 +0000 (09:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2011 12:46:43 +0000 (13:46 +0100)
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>
documentation/adt-manual/adt-prepare.xml

index 8a1bc67599863c16b6747922fbe575c7a1b61982..a9fb15e87e1f863835fb45fc4be8d6bf7c43175b 100644 (file)
             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>
             <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>