From e901047d4db48fc5e5f20d71fa20601a9e735ab6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Aug 2013 11:17:49 +0300 Subject: yocto-project-qs, adt-manual: Updates to toolchain installer script The way in which the toolchain installer scripts are named has changed. I have updated two sections that describe this so that the new naming scheme is used. (From yocto-docs rev: 71b70a12c72bca7cad565b5d6f44b2c6b311844d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 60 ++++++++++++++-------- 1 file changed, 39 insertions(+), 21 deletions(-) (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index a8e8c3a35a..372a86efd0 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -552,44 +552,62 @@
Installing the Toolchain + - You can download a tarball installer, which includes the pre-built toolchain, the - runqemu + You can download a tarball installer, which includes the + pre-built toolchain, the runqemu script, and support files from the appropriate directory under . - Toolchains are available for 32-bit and 64-bit x86 development systems from the - i686 and x86_64 directories, respectively. - Each type of development system supports five target architectures. - The names of the tarball installer scripts are such that a string representing the - host system appears first in the filename and then is immediately followed by a - string representing the target architecture. + Toolchains are available for 32-bit and 64-bit x86 development + systems from the i686 and + x86_64 directories, respectively. + The toolchains the Yocto Project provides are based off the + core-image-sato image and contain + libraries appropriate for developing against that image. + Each type of development system supports five or more target + architectures. + + + + The names of the tarball installer scripts are such that a + string representing the host system appears first in the + filename and then is immediately followed by a string + that represents the target architecture. - poky-eglibc-<host_system>-<arch>-toolchain-gmae-<release>.sh + poky-eglibc-<host_system>-<image_type>-<arch>.sh Where: <host_system> is a string representing your development system: i686 or x86_64. - <arch> is a string representing the target architecture: - i586, x86_64, powerpc, mips, or arm. + <image_type> is a string representing the image you wish to + develop a Software Development Toolkit (SDK) for use against. + The Yocto Project builds toolchain installers using the + following BitBake command: + + bitbake core-image-sato -c do_populatesdk core-image-sato - <release> is the version of Yocto Project. + <arch> is a string representing the tuned target architecture: + + i586, x86_64, powerpc, mips, armv7a or armv5te - For example, the following toolchain installer is for a 64-bit development - host system and a 32-bit target architecture: + For example, the following toolchain installer is for a 64-bit + development host system and a i586-tuned target architecture + based off the SDK for core-image-sato: + + poky-eglibc-x86_64-core-image-sato-i586.sh + - - poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.sh - - - 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. + 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. @@ -610,7 +628,7 @@ - $ ~/Downloads/poky-eglibc-x86_64-i586-toolchain-gmae-&DISTRO;.sh + $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586.sh -- cgit v1.2.3-54-g00ecf