summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-05 15:39:12 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:48 +0100
commit2a9ee7a105d30be56841c1b5965cba73bb0395e8 (patch)
treea9f4f6a4948ece970af7fc162c7113aa1c33369a /documentation/ref-manual/technical-details.xml
parent1b056af5c986dd6ff959db5fa7e0ca9e79caf248 (diff)
downloadpoky-2a9ee7a105d30be56841c1b5965cba73bb0395e8.tar.gz
ref-manual: Review comments for closer look at YP dev section
Fixes [YOCTO #2808] Applied minor wording changes as directed by Paul Eggleton's review of the sections and related variable descriptions. (From yocto-docs rev: cf30c3dd78d5e55356bb73f43f10e0093a9aa084) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r--documentation/ref-manual/technical-details.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 97fd629a74..d8704da314 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -847,8 +847,7 @@
847 The <filename>deploy/images</filename> directory can 847 The <filename>deploy/images</filename> directory can
848 contain multiple root filesystems.</para></listitem> 848 contain multiple root filesystems.</para></listitem>
849 <listitem><para><filename>&lt;kernel-modules&gt;</filename>: 849 <listitem><para><filename>&lt;kernel-modules&gt;</filename>:
850 Tarballs that contain all the modules used by the 850 Tarballs that contain all the modules built for the kernel.
851 kernel.
852 Kernel module tarballs exist for legacy purposes and 851 Kernel module tarballs exist for legacy purposes and
853 can be suppressed by setting the 852 can be suppressed by setting the
854 <link linkend='var-MODULE_TARBALL_DEPLOY'><filename>MODULE_TARBALL_DEPLOY</filename></link> 853 <link linkend='var-MODULE_TARBALL_DEPLOY'><filename>MODULE_TARBALL_DEPLOY</filename></link>
@@ -863,7 +862,7 @@
863 contain multiple bootloaders. 862 contain multiple bootloaders.
864 </para></listitem> 863 </para></listitem>
865 <listitem><para><filename>&lt;symlinks&gt;</filename>: 864 <listitem><para><filename>&lt;symlinks&gt;</filename>:
866 The <filename>images/deploy</filename> folder contains 865 The <filename>deploy/images</filename> folder contains
867 a symbolic link that points to the most recently built file 866 a symbolic link that points to the most recently built file
868 for each machine. 867 for each machine.
869 These links might be useful for external scripts that 868 These links might be useful for external scripts that
@@ -888,13 +887,13 @@
888 <para> 887 <para>
889 The specific form of this output is a self-extracting 888 The specific form of this output is a self-extracting
890 SDK installer (<filename>*.sh</filename>) that, when run, 889 SDK installer (<filename>*.sh</filename>) that, when run,
891 installs the SDK image, which consists of a cross-development 890 installs the SDK, which consists of a cross-development
892 toolchain, a set of libraries and headers, and an SDK 891 toolchain, a set of libraries and headers, and an SDK
893 environment setup script. 892 environment setup script.
894 Running this installer essentially sets up your 893 Running this installer essentially sets up your
895 cross-development environment. 894 cross-development environment.
896 You can think of the cross-toolchains as the "host" part 895 You can think of the cross-toolchain as the "host"
897 because they run on the SDK machine. 896 part because it runs on the SDK machine.
898 You can think of the libraries and headers as the "target" 897 You can think of the libraries and headers as the "target"
899 part because they are built for the target hardware. 898 part because they are built for the target hardware.
900 The setup script is added so that you can initialize the 899 The setup script is added so that you can initialize the