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>
<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>