diff options
-rwxr-xr-x | documentation/yocto-project-qs/figures/building-an-image.png | bin | 13907 -> 14891 bytes | |||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/yocto-project-qs/figures/building-an-image.png b/documentation/yocto-project-qs/figures/building-an-image.png Binary files differindex 99df9227aa..1fbea5ab00 100755 --- a/documentation/yocto-project-qs/figures/building-an-image.png +++ b/documentation/yocto-project-qs/figures/building-an-image.png 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> |