diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-06-14 10:12:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:26:47 +0100 |
commit | 190702642bd612cc481cf7b846b6b171e7905d9e (patch) | |
tree | 614f08e7ae8f3f793249541a01a9cac83e62467e | |
parent | 79081fa07c63ca58dda840f46c295d04cce42aae (diff) | |
download | poky-190702642bd612cc481cf7b846b6b171e7905d9e.tar.gz |
sdk-manual: Updated workflow step on getting the image
Provided better instructions and accounted for the fact that it
is just this workflow here that is assuming the need for a
YP-built image.
(From yocto-docs rev: a05091768c914817ed262b15d39e7c9b54a5b863)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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> |