diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-13 09:36:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:08 +0100 |
commit | 7f998daf7ea4629ac8d4df64eb13493d3aa9979d (patch) | |
tree | 68467192a852a19668f337aeb6b0f302ff4b5964 | |
parent | 582e29ea09a5a5f82107155bef052f6ddae21781 (diff) | |
download | poky-7f998daf7ea4629ac8d4df64eb13493d3aa9979d.tar.gz |
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>
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 4dac0b4457..7cb61e405e 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -561,9 +561,10 @@ | |||
561 | 561 | ||
562 | <para> | 562 | <para> |
563 | The toolchain tarballs are self-contained and must be installed into <filename>/opt/poky</filename>. | 563 | The toolchain tarballs are self-contained and must be installed into <filename>/opt/poky</filename>. |
564 | The following commands show how you install the toolchain tarball given a 64-bit development host system | 564 | The following commands show how you install the toolchain tarball given a 64-bit development |
565 | and a 32-bit target architecture. | 565 | host system and a 32-bit target architecture. |
566 | The example assumes the toolchain tarball is located in <filename>~/toolchains/</filename>: | 566 | The example assumes the toolchain tarball is located in <filename>~/toolchains/</filename>. |
567 | You must have your working directory set to root before unpacking the tarball: | ||
567 | </para> | 568 | </para> |
568 | 569 | ||
569 | <para> | 570 | <para> |