sdk-manual, mega-manual: Updated the fig for installed ext. SDK

This figure had changed.  I updated the file and folder hierarchy.

Also fixed some wording.

(From yocto-docs rev: 359292397781f9f5eac2fb693d89ec286ddf9940)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2018-07-10 14:47:33 -07:00 committed by Richard Purdie
parent 7bdb9a7bcc
commit 2c8cc82b3e
3 changed files with 5 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -417,7 +417,7 @@
</para> </para>
<para> <para>
<imagedata fileref="figures/sdk-installed-extensible-sdk-directory.png" scale="60" align="center" /> <imagedata fileref="figures/sdk-installed-extensible-sdk-directory.png" scale="80" align="center" />
</para> </para>
<para> <para>
@ -432,8 +432,8 @@
<para> <para>
Of note in the directory structure are an environment setup script Of note in the directory structure are an environment setup script
for the SDK, a configuration file for the target, a version file for for the SDK, a configuration file for the target, a version file for
the target, and a log file for the OpenEmbedded build system the target, and log files for the OpenEmbedded build system
preparation script run by the installer. preparation script run by the installer and BitBake.
</para> </para>
<para> <para>
@ -441,11 +441,9 @@
portions of the file or directory name. portions of the file or directory name.
For example, For example,
<replaceable>install_dir</replaceable> is the directory where the SDK <replaceable>install_dir</replaceable> is the directory where the SDK
is installed, which is <filename>poky_sdk</filename> by default. is installed, which is <filename>poky_sdk</filename> by default, and
<replaceable>target</replaceable> represents the target <replaceable>target</replaceable> represents the target
architecture (e.g. <filename>i586</filename>) and architecture (e.g. <filename>i586</filename>).
<replaceable>host</replaceable> represents the development system's
architecture (e.g. <filename>x86_64</filename>).
</para> </para>
</section> </section>