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