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 | |
parent | 8e51f52dc5654ec46d1e09bc6e5b2eb57a4208df (diff) | |
download | poky-81d3811b2f91031db1f9b6c3c2c4a0776bb76314.tar.gz |
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>
-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 index 99df9227aa..1fbea5ab00 100755 --- a/documentation/yocto-project-qs/figures/building-an-image.png +++ b/documentation/yocto-project-qs/figures/building-an-image.png | |||
Binary files differ | |||
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 @@ | |||
174 | 174 | ||
175 | <para> | 175 | <para> |
176 | The latest release images for the Yocto Project are kept at | 176 | The latest release images for the Yocto Project are kept at |
177 | <ulink url="http://yoctoproject.org/downloads/yoctolinux-0.9/"></ulink>. | 177 | <ulink url="http://yoctoproject.org/downloads/yocto-0.9/"></ulink>. |
178 | Nightly and developmental builds are also maintained. However, for this | 178 | Nightly and developmental builds are also maintained. However, for this |
179 | document a released version of Yocto Project is used. | 179 | document a released version of Yocto Project is used. |
180 | </para> | 180 | </para> |
@@ -319,19 +319,19 @@ | |||
319 | </itemizedlist> | 319 | </itemizedlist> |
320 | 320 | ||
321 | <para> | 321 | <para> |
322 | 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. | 322 | 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. |
323 | Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example): | 323 | Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example): |
324 | </para> | 324 | </para> |
325 | 325 | ||
326 | <para> | 326 | <para> |
327 | <literallayout class='monospaced'> | 327 | <literallayout class='monospaced'> |
328 | $ cd / | 328 | $ cd / |
329 | $ sudo tar -xvjf yoctolinux-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2 | 329 | $ sudo tar -xvjf yocto-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2 |
330 | </literallayout> | 330 | </literallayout> |
331 | </para> | 331 | </para> |
332 | 332 | ||
333 | <para> | 333 | <para> |
334 | You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yoctolinux-0.9/'></ulink>. | 334 | You can download the pre-built Linux kernel and the file image system from <ulink url='http://yoctoproject.org/downloads/yocto-0.9/'></ulink>. |
335 | The kernel and file image system have the following forms, respectively: | 335 | The kernel and file image system have the following forms, respectively: |
336 | </para> | 336 | </para> |
337 | 337 | ||