summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-10 14:47:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:42 +0100
commit2c8cc82b3e9053e5e3558640f99e920c87f16f73 (patch)
treeae10c37a56ab30ecc604409237fea0c83bc6527b /documentation/sdk-manual
parent7bdb9a7bccd563cdae3700db61cdd77deadb652f (diff)
downloadpoky-2c8cc82b3e9053e5e3558640f99e920c87f16f73.tar.gz
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>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.pngbin42892 -> 66753 bytes
-rw-r--r--documentation/sdk-manual/sdk-appendix-obtain.xml12
2 files changed, 5 insertions, 7 deletions
diff --git a/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png b/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png
index 99e07ce6f6..b71c8ad73c 100644
--- a/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png
+++ b/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png
Binary files differ
diff --git a/documentation/sdk-manual/sdk-appendix-obtain.xml b/documentation/sdk-manual/sdk-appendix-obtain.xml
index 393c9eb6a0..c608e6f546 100644
--- a/documentation/sdk-manual/sdk-appendix-obtain.xml
+++ b/documentation/sdk-manual/sdk-appendix-obtain.xml
@@ -417,7 +417,7 @@
417 </para> 417 </para>
418 418
419 <para> 419 <para>
420 <imagedata fileref="figures/sdk-installed-extensible-sdk-directory.png" scale="60" align="center" /> 420 <imagedata fileref="figures/sdk-installed-extensible-sdk-directory.png" scale="80" align="center" />
421 </para> 421 </para>
422 422
423 <para> 423 <para>
@@ -432,8 +432,8 @@
432 <para> 432 <para>
433 Of note in the directory structure are an environment setup script 433 Of note in the directory structure are an environment setup script
434 for the SDK, a configuration file for the target, a version file for 434 for the SDK, a configuration file for the target, a version file for
435 the target, and a log file for the OpenEmbedded build system 435 the target, and log files for the OpenEmbedded build system
436 preparation script run by the installer. 436 preparation script run by the installer and BitBake.
437 </para> 437 </para>
438 438
439 <para> 439 <para>
@@ -441,11 +441,9 @@
441 portions of the file or directory name. 441 portions of the file or directory name.
442 For example, 442 For example,
443 <replaceable>install_dir</replaceable> is the directory where the SDK 443 <replaceable>install_dir</replaceable> is the directory where the SDK
444 is installed, which is <filename>poky_sdk</filename> by default. 444 is installed, which is <filename>poky_sdk</filename> by default, and
445 <replaceable>target</replaceable> represents the target 445 <replaceable>target</replaceable> represents the target
446 architecture (e.g. <filename>i586</filename>) and 446 architecture (e.g. <filename>i586</filename>).
447 <replaceable>host</replaceable> represents the development system's
448 architecture (e.g. <filename>x86_64</filename>).
449 </para> 447 </para>
450</section> 448</section>
451 449