diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sdk-manual/sdk-eclipse-project.xml | 14 |
1 files changed, 8 insertions, 6 deletions
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 @@ | |||
68 | </para></listitem> | 68 | </para></listitem> |
69 | <listitem><para> | 69 | <listitem><para> |
70 | <emphasis>Secure the Yocto Project Kernel Target Image</emphasis>: | 70 | <emphasis>Secure the Yocto Project Kernel Target Image</emphasis>: |
71 | You must have a target kernel image that has been built | 71 | This example workflow assumes application development on |
72 | using the OpenEmbedded build system.</para> | 72 | top of an image built using the Yocto Project. |
73 | 73 | Depending on whether you are using a pre-built image | |
74 | <para>Depending on whether the Yocto Project has a | 74 | that matches your target architecture or you are using an |
75 | pre-built image that matches your target architecture | 75 | image you build using the |
76 | <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded Build System</ulink> | ||
76 | and where you are going to run the image while you | 77 | and where you are going to run the image while you |
77 | develop your application (QEMU or real hardware), the | 78 | develop your application (QEMU or real hardware), the |
78 | area from which you get the image differs. | 79 | area from which you get the image differs. |
@@ -105,7 +106,8 @@ | |||
105 | Development Manual for an example. | 106 | Development Manual for an example. |
106 | You can also see the | 107 | You can also see the |
107 | "<ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage#Making_a_Suitable_Qemux86_Image'>Making a Suitable Qemux86 Image</ulink>" | 108 | "<ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage#Making_a_Suitable_Qemux86_Image'>Making a Suitable Qemux86 Image</ulink>" |
108 | wiki for steps needed to build the image for QEMU. | 109 | wiki for steps needed to build an image suitable |
110 | for QEMU and for debugging within the Eclipse IDE. | ||
109 | </para></listitem> | 111 | </para></listitem> |
110 | </itemizedlist> | 112 | </itemizedlist> |
111 | </para></listitem> | 113 | </para></listitem> |