diff options
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 10 |
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 |