From: Scott Rifenbark Date: Fri, 13 Jul 2012 16:36:24 +0000 (-0700) Subject: documentation/yocto-project-qs/yocto-project-qs.xml: install toolchain details X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f998daf7ea4629ac8d4df64eb13493d3aa9979d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation/yocto-project-qs/yocto-project-qs.xml: install toolchain details I added a bit of detail to the install toolchain example to explain that the user needs to be in the root directory. (From yocto-docs rev: afb294f6e0997b72f11d9e9d31b3b22d083c2dad) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 4dac0b44578..7cb61e405ee 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -561,9 +561,10 @@ 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/: + 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: