summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-13 06:36:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-13 21:48:37 +0100
commitdab5ffcf465232f77f1155905d9757b8c00da3b0 (patch)
tree9f5db04aa71f0faabe04399f15f2bd6d0c00c329 /documentation
parenta7d58b50b3fb51addfde727a147e0f0abad82136 (diff)
downloadast2050-yocto-poky-dab5ffcf465232f77f1155905d9757b8c00da3b0.zip
ast2050-yocto-poky-dab5ffcf465232f77f1155905d9757b8c00da3b0.tar.gz
documentation/adt-manual/adt-prepare.xml: Added note about sato
I discovered that in order to remotely deploy and debug an image from Eclipse you have to have a Sato image. I added text to the note about getting or building the image specifying that requirement. (From yocto-docs rev: 060de7f6082bc3dbfa0f7d4e25b2933f15a61fc0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-prepare.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 93e013c..65ca634 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -367,21 +367,27 @@
<para>
You will need to have a kernel and filesystem image to boot using your
hardware or the QEMU emulator.
- That means you either have to build them or know where to get them.
- You can find lots of details on how to get or build images and kernels for your
- architecture in the
+ That means you either have to build them or know where to get them.
+ You can find a quick example of how to build an image in the
<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'>
- Building an Image</ulink> section of the
+ Building an Image</ulink> section of
<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'>
The Yocto Project Quick Start</ulink>.
- <note>
+ <note><para>
The Yocto Project provides basic kernels and filesystem images for several
architectures (<filename>x86</filename>, <filename>x86-64</filename>,
<filename>mips</filename>, <filename>powerpc</filename>, and <filename>arm</filename>)
that you can use unaltered in the QEMU emulator.
These kernels and filesystem images reside in the Yocto Project release
area - <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.1/machines/'></ulink>
- and are ideal for experimentation within Yocto Project.
+ and are ideal for experimentation within Yocto Project.</para>
+ <para>If you plan on remotely deploying and debugging your application from within the
+ Eclipse IDE, you must have an image that supports Sato.
+ For information on the image types you can build using the Yocto Project, see
+ <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#ref-images'>
+ Reference: Images</ulink> in
+ <ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html'>
+ The Yocto Project Reference Manual</ulink>.</para>
</note>
</para>
</section>
OpenPOWER on IntegriCloud