From 43f295d3f13fd1a2d0c5708dbc929e6ce5733db1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 26 Sep 2012 10:28:15 -0700 Subject: 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 (From yocto-docs rev: 8da6f6172d3ad27c1cf6d52fd3d029d75ec9d0fd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'documentation/adt-manual') 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 @@ - If you plan on remotely deploying and debugging your application from within the + If you are planning on developing against your image and you are not + building or using one of the Yocto Project development images + (e.g. core-image-*-dev), you must be sure to include the development + packages as part of your image recipe. + + + + Furthermore, 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 (tcf-agent). By default, the Yocto Project provides only one type pre-built image that contains the -- cgit v1.2.3-54-g00ecf