summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-13 09:36:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:08 +0100
commit7f998daf7ea4629ac8d4df64eb13493d3aa9979d (patch)
tree68467192a852a19668f337aeb6b0f302ff4b5964
parent582e29ea09a5a5f82107155bef052f6ddae21781 (diff)
downloadast2050-yocto-poky-7f998daf7ea4629ac8d4df64eb13493d3aa9979d.zip
ast2050-yocto-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.xml7
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 4dac0b4..7cb61e4 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -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>
OpenPOWER on IntegriCloud