]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation: adt-manual, yocto-project-qs - Added tarball installer info
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 27 Sep 2012 18:12:15 +0000 (12:12 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Sep 2012 16:54:28 +0000 (17:54 +0100)
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/adt-manual/adt-prepare.xml
documentation/yocto-project-qs/yocto-project-qs.xml

index 5957915419b679e2539909f662db7509bcd9462f..d660480b73e6019d001511c290fab3f587e1a86d 100644 (file)
                         be in <filename>tmp/deploy/sdk</filename> in the build directory.
                         </para></note>
                     </para></listitem>
-                <listitem><para>Once you have the installer, run it to install the toolchain. 
-                    The following command shows how to run the installer given a toolchain tarball 
+                <listitem><para>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.</para>
+                    <para>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 <filename>~/Downloads/</filename>.
                     <literallayout class='monospaced'>
index 9800338e90d271f0141dfaf5f720b0e565f33eca..bfb5d4ee16eee2614fc9d6dabcdc367bf7af4f14 100644 (file)
             <para>
                 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.
+            </para>
+
+            <para>
                 The example assumes the toolchain installer is located in <filename>~/Downloads/</filename>.
                 <note>
                     If you do not have write permissions for the directory into which you are installing