diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-05 15:39:12 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:48 +0100 |
commit | 2a9ee7a105d30be56841c1b5965cba73bb0395e8 (patch) | |
tree | a9f4f6a4948ece970af7fc162c7113aa1c33369a /documentation/ref-manual | |
parent | 1b056af5c986dd6ff959db5fa7e0ca9e79caf248 (diff) | |
download | poky-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')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 11 | ||||
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d285b16174..3b69b04018 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -802,7 +802,8 @@ Core layer for images cannot be removed | |||
802 | <glossdef> | 802 | <glossdef> |
803 | <para> | 803 | <para> |
804 | Points to the area that the OpenEmbedded build system uses | 804 | Points to the area that the OpenEmbedded build system uses |
805 | to place images and their related files. | 805 | to place images, packages, SDKs and other output |
806 | files that are ready to be used outside of the build system. | ||
806 | By default, this directory resides within the | 807 | By default, this directory resides within the |
807 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 808 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> |
808 | as <filename>tmp/deploy</filename>. | 809 | as <filename>tmp/deploy</filename>. |
@@ -4065,10 +4066,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
4065 | <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK</glossterm> | 4066 | <glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK</glossterm> |
4066 | <glossdef> | 4067 | <glossdef> |
4067 | <para> | 4068 | <para> |
4068 | This variable lists packages BitBake uses when it creates | 4069 | This variable lists packages the OpenEmbedded build system |
4069 | the target part of an SDK (i.e. the part built | 4070 | uses when it creates the target part of an SDK |
4070 | for the target hardware), which includes libraries and | 4071 | (i.e. the part built for the target hardware), which |
4071 | headers. | 4072 | includes libraries and headers. |
4072 | </para> | 4073 | </para> |
4073 | 4074 | ||
4074 | <para> | 4075 | <para> |
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 |