documentation/adt-manual/adt-prepare.xml: writer notes and section format

I added a couple of writer notes for development purposes.  I also
formated the section title references so they have quotes around them
for easier reading in the PDF verison.

(From yocto-docs rev: 37adb580cf6c1369da43fc4ef7aaa4cc1cee0e5c)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-09-15 05:52:25 -07:00 committed by Richard Purdie
parent b8be92c34d
commit 2c1b5b1054
1 changed files with 27 additions and 10 deletions

View File

@ -37,9 +37,10 @@
<filename>poky-edison-6.0</filename>. <filename>poky-edison-6.0</filename>.
If you create a Git repository, then you can name the repository anything you like.</para> If you create a Git repository, then you can name the repository anything you like.</para>
<para>You can find instruction on how to set up the Yocto Project files on your <para>You can find instruction on how to set up the Yocto Project files on your
host development system by reading the host development system by reading
<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#getting-setup'> the
Getting Setup</ulink> section in "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#getting-setup'>Getting
Setup</ulink>" section in
<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>
The Yocto Project Development Manual</ulink>.</para></listitem> The Yocto Project Development Manual</ulink>.</para></listitem>
<listitem><para><emphasis>Yocto Project Build Tree:</emphasis> <listitem><para><emphasis>Yocto Project Build Tree:</emphasis>
@ -213,8 +214,8 @@
<note> <note>
The ADT Installer requires the <filename>libtool</filename> package to complete. The ADT Installer requires the <filename>libtool</filename> package to complete.
If you install the recommended packages as described in the If you install the recommended packages as described in the
<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'> "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'>Packages</ulink>"
Packages</ulink> section of section of
<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'>
The Yocto Project Quick Start</ulink>, then you will have libtool installed. The Yocto Project Quick Start</ulink>, then you will have libtool installed.
</note> </note>
@ -254,7 +255,7 @@
<listitem><para>Go to <listitem><para>Go to
<ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.1/toolchain'></ulink> <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.1/toolchain'></ulink>
and find the folder that matches your host development system and find the folder that matches your host development system
(i.e. <filename>i686</filename> for 32-bit machines or (i.e. <filename>i586</filename> for 32-bit machines or
<filename>x86_64</filename> for 64-bit machines).</para></listitem> <filename>x86_64</filename> for 64-bit machines).</para></listitem>
<listitem><para>Go into that folder and download the toolchain tarball whose name <listitem><para>Go into that folder and download the toolchain tarball whose name
includes the appropriate target architecture. includes the appropriate target architecture.
@ -262,7 +263,7 @@
you are going to use your cross-toolchain for an ARM-based target, go into the you are going to use your cross-toolchain for an ARM-based target, go into the
<filename>x86_64</filename> folder and download the following tarball: <filename>x86_64</filename> folder and download the following tarball:
<literallayout class='monospaced'> <literallayout class='monospaced'>
yocto-eglibc-x86_64-arm-toolchain-gmae-1.1.tar.bz2 yocto-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2
</literallayout> </literallayout>
<note>As an alternative to steps one and two, you can build the toolchain tarball <note>As an alternative to steps one and two, you can build the toolchain tarball
if you have a Yocto Project build tree. if you have a Yocto Project build tree.
@ -329,7 +330,16 @@
<para> <para>
After installing the toolchain, you must locate the target sysroot tarball and unpack After installing the toolchain, you must locate the target sysroot tarball and unpack
it in a directory of your choice. it in a directory of your choice.
</para>
<para>
WRITER'S NOTE: Right now I am a little fuzzy on just how you do this.
I am not sure if you just grab what is in <filename>build/tmp/deploy/images</filename>
and then unpack it with the <filename>tar -xjvf [tarball] [directory]</filename> or
if you have to run the tarball environment setup script found in
<filename>build/tmp</filename> and then run the
<filename>runqemu-extract-sdk [tarball] [directory]</filename> command.
</para> </para>
</section> </section>
</section> </section>
@ -369,8 +379,7 @@
hardware or the QEMU emulator. hardware or the QEMU emulator.
That means you either have to build them or know where to get them. 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 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'> "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of
Building an Image</ulink> section of
<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'>
The Yocto Project Quick Start</ulink>. The Yocto Project Quick Start</ulink>.
<note><para> <note><para>
@ -390,6 +399,14 @@
The Yocto Project Reference Manual</ulink>.</para> The Yocto Project Reference Manual</ulink>.</para>
</note> </note>
</para> </para>
<para>
WRITER'S NOTE: It seems to me that you need to take steps to unpack the image filesystem
at this point.
This would involve running the tarball environment setup script found in
<filename>build/tmp</filename> and then running the
<filename>runqemu-extract-sdk [tarball] [directory]</filename> command.
</para>
</section> </section>
</chapter> </chapter>