diff options
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 11 |
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><kernel-modules></filename>: | 849 | <listitem><para><filename><kernel-modules></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><symlinks></filename>: | 864 | <listitem><para><filename><symlinks></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 |