diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 5957915419..d660480b73 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -265,8 +265,10 @@ be in tmp/deploy/sdk in the build directory. - Once you have the installer, run it to install the toolchain. - The following command shows how to run the installer given a toolchain tarball + Once you have the installer, run it to install the toolchain. + You must change the permissions on the toolchain installer + script so that it is executable. + The following command shows how to run the installer given a toolchain tarball for a 64-bit development host system and a 32-bit target architecture. The example assumes the toolchain installer is located in ~/Downloads/. diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 9800338e90..bfb5d4ee16 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -572,6 +572,11 @@ The following command shows how to run the installer given a toolchain tarball for a 64-bit development host system and a 32-bit target architecture. + You must change the permissions on the toolchain + installer script so that it is executable. + + + The example assumes the toolchain installer is located in ~/Downloads/. If you do not have write permissions for the directory into which you are installing