Figure changed for building an image and yoctolinux removed

I changed the figure that goes along with building an image based on
Kevin's input.  Also, removed several URLs that had 'yoctolinux' in them
along with a 'tar' command example with the same string.  LF does
not want these in there.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
This commit is contained in:
Scott Rifenbark 2010-10-26 09:23:59 -07:00 committed by Richard Purdie
parent 8e51f52dc5
commit 81d3811b2f
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -174,7 +174,7 @@
<para> <para>
The latest release images for the Yocto Project are kept at The latest release images for the Yocto Project are kept at
<ulink url="http://yoctoproject.org/downloads/yoctolinux-0.9/"></ulink>. <ulink url="http://yoctoproject.org/downloads/yocto-0.9/"></ulink>.
Nightly and developmental builds are also maintained. However, for this Nightly and developmental builds are also maintained. However, for this
document a released version of Yocto Project is used. document a released version of Yocto Project is used.
</para> </para>
@ -319,19 +319,19 @@
</itemizedlist> </itemizedlist>
<para> <para>
You can download the pre-built toolchain which includes the poky-qemu script and support files from <ulink url='http://yoctoproject.org/downloads/yoctolinux-0.9/toolchain/'></ulink>. These are available for i586 (32-bit) and x86_64 (64 bit) host machines, targeting each of the 5 supported target architectures. The tarballs are self contained and install into /opt/poky. You can download the pre-built toolchain which includes the poky-qemu script and support files from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/toolchain/'></ulink>. These are available for i586 (32-bit) and x86_64 (64 bit) host machines, targeting each of the 5 supported target architectures. The tarballs are self contained and install into /opt/poky.
Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example): Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example):
</para> </para>
<para> <para>
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ cd / $ cd /
$ sudo tar -xvjf yoctolinux-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2 $ sudo tar -xvjf yocto-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2
</literallayout> </literallayout>
</para> </para>
<para> <para>
You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yoctolinux-0.9/'></ulink>. You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/'></ulink>.
The kernel and file image system have the following forms, respectively: The kernel and file image system have the following forms, respectively:
</para> </para>