diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml index b1ebf54dd0..5934722af5 100644 --- a/documentation/sdk-manual/sdk-eclipse-project.xml +++ b/documentation/sdk-manual/sdk-eclipse-project.xml @@ -68,11 +68,12 @@ Secure the Yocto Project Kernel Target Image: - You must have a target kernel image that has been built - using the OpenEmbedded build system. - - Depending on whether the Yocto Project has a - pre-built image that matches your target architecture + This example workflow assumes application development on + top of an image built using the Yocto Project. + Depending on whether you are using a pre-built image + that matches your target architecture or you are using an + image you build using the + OpenEmbedded Build System and where you are going to run the image while you develop your application (QEMU or real hardware), the area from which you get the image differs. @@ -105,7 +106,8 @@ Development Manual for an example. You can also see the "Making a Suitable Qemux86 Image" - wiki for steps needed to build the image for QEMU. + wiki for steps needed to build an image suitable + for QEMU and for debugging within the Eclipse IDE.