diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-10-26 09:23:59 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-04 20:20:06 +0000 |
commit | 81d3811b2f91031db1f9b6c3c2c4a0776bb76314 (patch) | |
tree | 4fd0fdde30d6210b4a142a64833fb9108940f678 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | 8e51f52dc5654ec46d1e09bc6e5b2eb57a4208df (diff) | |
download | openembedded-core-81d3811b2f91031db1f9b6c3c2c4a0776bb76314.tar.gz openembedded-core-81d3811b2f91031db1f9b6c3c2c4a0776bb76314.tar.bz2 openembedded-core-81d3811b2f91031db1f9b6c3c2c4a0776bb76314.zip |
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>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 40e322d094..1727a52c76 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -174,7 +174,7 @@ <para> 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 document a released version of Yocto Project is used. </para> @@ -319,19 +319,19 @@ </itemizedlist> <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): </para> <para> <literallayout class='monospaced'> $ 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> </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: </para> |