summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-26 10:28:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 17:54:27 +0100
commit43f295d3f13fd1a2d0c5708dbc929e6ce5733db1 (patch)
tree682096c6a9dbf7faf19f6fb1bbafb90febfb725d /documentation/adt-manual
parentdb70697baad41f1b86b3c0e3c85b4091e7d14a47 (diff)
downloadpoky-43f295d3f13fd1a2d0c5708dbc929e6ce5733db1.tar.gz
documentation: adt-manual - Added dev package information
Added a new paragraph to the section that talks about getting images to state that if the user is not using or building a core-image-*-dev type image and they want to develop against their image, they need to be sure to include the development packages in their image recipe. Reporte-by: Jessica Zhang <jessica.zhang@intel.com> (From yocto-docs rev: 8da6f6172d3ad27c1cf6d52fd3d029d75ec9d0fd) 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.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index bc01395d13..119bfdad22 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -402,7 +402,15 @@
402 </para> 402 </para>
403 403
404 <para> 404 <para>
405 If you plan on remotely deploying and debugging your application from within the 405 If you are planning on developing against your image and you are not
406 building or using one of the Yocto Project development images
407 (e.g. core-image-*-dev), you must be sure to include the development
408 packages as part of your image recipe.
409 </para>
410
411 <para>
412 Furthermore, if you plan on remotely deploying and debugging your
413 application from within the
406 Eclipse IDE, you must have an image that contains the Yocto Target Communication 414 Eclipse IDE, you must have an image that contains the Yocto Target Communication
407 Framework (TCF) agent (<filename>tcf-agent</filename>). 415 Framework (TCF) agent (<filename>tcf-agent</filename>).
408 By default, the Yocto Project provides only one type pre-built image that contains the 416 By default, the Yocto Project provides only one type pre-built image that contains the