1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

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: edba9e07d7029e9276ebfd288448f4849ff3aed4)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-06-14 10:12:22 -07:00
committed by Richard Purdie
parent ce41cdbf31
commit d4fa6e28ab
@@ -68,11 +68,12 @@
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<emphasis>Secure the Yocto Project Kernel Target Image</emphasis>: <emphasis>Secure the Yocto Project Kernel Target Image</emphasis>:
You must have a target kernel image that has been built This example workflow assumes application development on
using the OpenEmbedded build system.</para> top of an image built using the Yocto Project.
Depending on whether you are using a pre-built image
<para>Depending on whether the Yocto Project has a that matches your target architecture or you are using an
pre-built image that matches your target architecture image you build using the
<ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded Build System</ulink>
and where you are going to run the image while you and where you are going to run the image while you
develop your application (QEMU or real hardware), the develop your application (QEMU or real hardware), the
area from which you get the image differs. area from which you get the image differs.
@@ -105,7 +106,8 @@
Development Manual for an example. Development Manual for an example.
You can also see the You can also see the
"<ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage#Making_a_Suitable_Qemux86_Image'>Making a Suitable Qemux86 Image</ulink>" "<ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage#Making_a_Suitable_Qemux86_Image'>Making a Suitable Qemux86 Image</ulink>"
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.
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
</para></listitem> </para></listitem>