]> code.ossystems Code Review - openembedded-core.git/commitdiff
handbook: update SDK paths
authorJoshua Lock <josh@linux.intel.com>
Thu, 22 Jul 2010 14:37:41 +0000 (15:37 +0100)
committerJoshua Lock <josh@linux.intel.com>
Thu, 22 Jul 2010 14:47:41 +0000 (15:47 +0100)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
handbook/development.xml
handbook/ref-images.xml

index e6fb826d337c46b90acb45f09ca3b12ea5c03c37..4f36c7aa822769eb337d90ec0fb7adc02820cf34 100644 (file)
@@ -19,9 +19,9 @@
             The meta-toolchain and meta-toolchain-sdk targets (<link linkend='ref-images'>see
             the images section</link>) build tarballs which contain toolchains and 
             libraries suitable for application development outside Poky. These unpack into the 
-            <filename class="directory">/usr/local/poky</filename> directory and contain
+            <filename class="directory">/opt/poky</filename> directory and contain
             a setup script, e.g. 
-            <filename>/usr/local/poky/eabi-glibc/arm/environment-setup</filename> which
+            <filename>/opt/poky/environment-setup-i586-poky-linux</filename> which
             can be sourced to initialise a suitable environment. After sourcing this, the 
             compiler, QEMU scripts, QEMU binary, a special version of pkgconfig and other 
             useful utilities are added to the PATH. Variables to assist pkgconfig and 
@@ -76,7 +76,7 @@
 
             <para>Extract the tarball for the toolchain into / as root. The
               toolchain will be installed into
-              <filename class="directory">/usr/local/poky</filename>.</para>
+              <filename class="directory">/opt/poky</filename>.</para>
 
             <para>To use the plugin, first open or create an existing
               project. If creating a new project the "C GTK+" project type
 
           <itemizedlist>
             
-            <listitem><para><guilabel>SDK root</guilabel>: this is the root directory of the SDK
-                for an ARM EABI SDK this will be <filename
-                  class="directory">/usr/local/poky/eabi-glibc/arm</filename>.
+            <listitem><para><guilabel>SDK root</guilabel>: this is the root directory of the SDK's sysroot
+                for an i586 SDK this will be <filename
+                  class="directory">/opt/poky/sysroots/i586-poky-linux</filename>.
                 This directory will contain directories named like "bin",
                 "include", "var", etc. With the file chooser it is important
-                to enter into the "arm" subdirectory for this
+                to enter into the "i586-poky-linux" subdirectory for this
                 example.</para></listitem>
 
             <listitem><para><guilabel>Toolchain triplet</guilabel>: this is the cross compile
-                triplet, e.g. "arm-poky-linux-gnueabi".</para></listitem>
+                triplet, e.g. "i586-poky-linux".</para></listitem>
 
             <listitem><para><guilabel>Kernel</guilabel>: use the file chooser to select the kernel
                 to use with QEMU</para></listitem>
             be used from within qemu simply by calling distcc 
             (<command>export CC="distcc"</command> can be set in the enviroment).
             Alterntatively, if a suitable SDK/toolchain is present in 
-            <filename class="directory">/usr/local/poky</filename> it will also
+            <filename class="directory">/opt/poky</filename> it will also
             automatically be used.
         </para>
 
index 80e36aec60e73fec91fc5b6f0533c6aa84b19a40..6d7991102c939e5cbcf478ffa4470cc37a7040a6 100644 (file)
@@ -48,7 +48,7 @@
                 <para>
                     <emphasis>meta-toolchain</emphasis> - This generates a tarball containing
                     a standalone toolchain which can be used externally to Poky. It is self
-                    contained and unpacks to the <filename class="directory">/usr/local/poky</filename>
+                    contained and unpacks to the <filename class="directory">/opt/poky</filename>
                     directory. It also contains a copy of QEMU and the scripts neccessary to run 
                     poky QEMU images.
                 </para>