From c4a923bcb0194c05b14d40be7ad4ecd193eb7a69 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 13 Sep 2012 14:01:58 -0700 Subject: 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 Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 31 +++++++++++++--------- 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'documentation/yocto-project-qs') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 83c204b0af..b37a45f337 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -526,9 +526,9 @@
Installing the Toolchain - You can download a tarball with the pre-built toolchain, which includes the + You can download a tarball installer, which includes the pre-built toolchain, the runqemu - script and support files, from the appropriate directory under + script, and support files from the appropriate directory under . Toolchains are available for 32-bit and 64-bit development systems from the i686 and x86-64 directories, respectively. @@ -539,7 +539,7 @@ - poky-eglibc-<host_system>-<arch>-toolchain-gmae-<release>.tar.bz2 + poky-eglibc-<host_system>-<arch>-toolchain-gmae-<release>.sh Where: <host_system> is a string representing your development system: @@ -552,26 +552,33 @@ - For example, the following toolchain tarball is for a 64-bit development + For example, the following toolchain installer is for a 64-bit development host system and a 32-bit target architecture: - poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.tar.bz2 + poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.sh - The toolchain tarballs are self-contained and must be installed into /opt/poky. - The following commands show how you install the toolchain tarball given a 64-bit development - host system and a 32-bit target architecture. - The example assumes the toolchain tarball is located in ~/toolchains/. - You must have your working directory set to root before unpacking the tarball: + Toolchains are self-contained and by default are installed into /opt/poky. + However, when you run the toolchain installer, you can choose an installation directory. + + + + The following command shows how to run the installer given a toolchain tarball + for a 64-bit development host system and a 32-bit target architecture. + The example assumes the toolchain installer is located in ~/Downloads/. + + If you do not have write permissions for the directory into which you are installing + the toolchain, the toolchain installer notifies you and exits. + Be sure you have write permissions in the directory and run the installer again. + - $ cd / - $ sudo tar -xvjf ~/toolchains/poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.tar.bz2 + $ ~/Downloads/poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.sh -- cgit v1.2.3-54-g00ecf