handbook: update SDK paths

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-07-22 15:37:41 +01:00
parent 410fc8dde8
commit 408f124c86
2 changed files with 10 additions and 10 deletions

View File

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

View File

@ -48,7 +48,7 @@
<para> <para>
<emphasis>meta-toolchain</emphasis> - This generates a tarball containing <emphasis>meta-toolchain</emphasis> - This generates a tarball containing
a standalone toolchain which can be used externally to Poky. It is self 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 directory. It also contains a copy of QEMU and the scripts neccessary to run
poky QEMU images. poky QEMU images.
</para> </para>