From: Scott Rifenbark Date: Thu, 27 Sep 2012 18:12:15 +0000 (-0600) Subject: documentation: adt-manual, yocto-project-qs - Added tarball installer info X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c39c87d52c20e47cf90275a16e4517a296c8388;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: adt-manual, yocto-project-qs - Added tarball installer info Turns out the .sh file that installs the tarball comes down without executable permissions. I added a sentence in each manual instructing the user to set the permissions to the script before attempting to run it. (From yocto-docs rev: c1699971b3e03893aa1af5033e19d8f5c0b21ff4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 5957915419b..d660480b73e 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 9800338e90d..bfb5d4ee16e 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