summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-13 14:01:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:52 +0100
commitc4a923bcb0194c05b14d40be7ad4ecd193eb7a69 (patch)
tree6bec21f8000bfb08a8405124b78cdbdc1c22b0b6 /documentation/dev-manual/dev-manual-start.xml
parent4c90692716feb5e52f7859e2013b02f6f6703062 (diff)
downloadpoky-c4a923bcb0194c05b14d40be7ad4ecd193eb7a69.tar.gz
documentation: Toolchain corrections from tarball to .sh file
For 1.3 there is not longer a toolchain tarball. Instead, there is a wrapper script that lets you install the tarball. This fundamental usage model change caused several ripples throughout the documentation set. I have changed wordings and examples to reflect the new paradigm. (From yocto-docs rev: afb2069daa91e04c0f78ba425a6b184cb820d888) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 3209cb29b7..6e204d85e0 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -313,9 +313,9 @@
313 Regardless of the type of image you are using, you need to download the pre-built kernel 313 Regardless of the type of image you are using, you need to download the pre-built kernel
314 that you will boot in the QEMU emulator and then download and extract the target root 314 that you will boot in the QEMU emulator and then download and extract the target root
315 filesystem for your target machine’s architecture. 315 filesystem for your target machine’s architecture.
316 You can get architecture-specific binaries and filesystem from 316 You can get architecture-specific binaries and filesystems from
317 <ulink url='&YOCTO_MACHINES_DL_URL;'>machines</ulink>. 317 <ulink url='&YOCTO_MACHINES_DL_URL;'>machines</ulink>.
318 You can get stand-alone toolchains from 318 You can get installation scripts for stand-alone toolchains from
319 <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'>toolchains</ulink>. 319 <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'>toolchains</ulink>.
320 Once you have all your files, you set up the environment to emulate the hardware 320 Once you have all your files, you set up the environment to emulate the hardware
321 by sourcing an environment setup script. 321 by sourcing an environment setup script.