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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-07-13 09:36:24 -07:00 committed by Richard Purdie
parent 582e29ea09
commit 7f998daf7e
1 changed files with 4 additions and 3 deletions

View File

@ -561,9 +561,10 @@
<para>
The toolchain tarballs are self-contained and must be installed into <filename>/opt/poky</filename>.
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 <filename>~/toolchains/</filename>:
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 <filename>~/toolchains/</filename>.
You must have your working directory set to root before unpacking the tarball:
</para>
<para>