diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-02 08:21:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:36 +0100 |
commit | 4afdff475753a25158cc09ce9289ad93116adb08 (patch) | |
tree | e55710521aa3318b15aaa6cf255b554ff01f96da | |
parent | 6c5691a5cafcbb67744bd9ce767e3cdbef856ed0 (diff) | |
download | poky-4afdff475753a25158cc09ce9289ad93116adb08.tar.gz |
documentation: poky-ref-manual - Sentence corrections.
Adjust a few sentences so that they make better sense.
(From yocto-docs rev: 67437c9f31fca0437e1f23ab78dd252f3ca0a903)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 89c7fbd4fe..0ef4beb1f3 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -797,12 +797,13 @@ FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ | |||
797 | 797 | ||
798 | <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> | 798 | <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> |
799 | <glossdef> | 799 | <glossdef> |
800 | <para>The list of features present in images. | 800 | <para>The list of features to include in an image. |
801 | Typically, you configure this variable in image recipes. | 801 | Typically, you configure this variable in an image recipe. |
802 | Note that you can add extra features to the image by using the | 802 | Note that you can also add extra features to the image by using the |
803 | <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. | 803 | <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. |
804 | See the "<link linkend="ref-features-image">Images</link>" section for the | 804 | See the "<link linkend="ref-features-image">Images</link>" section for the |
805 | list of features present in images built by the OpenEmbedded build system.</para> | 805 | full list of features that can be included in images built by the |
806 | OpenEmbedded build system.</para> | ||
806 | </glossdef> | 807 | </glossdef> |
807 | </glossentry> | 808 | </glossentry> |
808 | 809 | ||
@@ -1880,8 +1881,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1880 | 1881 | ||
1881 | <glossentry id='var-SECTION'><glossterm>SECTION</glossterm> | 1882 | <glossentry id='var-SECTION'><glossterm>SECTION</glossterm> |
1882 | <glossdef> | 1883 | <glossdef> |
1883 | <para>The section where package should be put. | 1884 | <para>The section in which packages should be categorized. |
1884 | Package managers use this variable.</para> | 1885 | Package management utilities can make use of this variable.</para> |
1885 | </glossdef> | 1886 | </glossdef> |
1886 | </glossentry> | 1887 | </glossentry> |
1887 | 1888 | ||
@@ -1918,7 +1919,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1918 | <glossdef> | 1919 | <glossdef> |
1919 | <para> | 1920 | <para> |
1920 | Specifies the endian byte order of the target system. | 1921 | Specifies the endian byte order of the target system. |
1921 | The variable is either "le" for little-endian or "be" for big-endian. | 1922 | The value should be either "le" for little-endian or "be" for big-endian. |
1922 | </para> | 1923 | </para> |
1923 | </glossdef> | 1924 | </glossdef> |
1924 | </glossentry> | 1925 | </glossentry> |
@@ -1927,7 +1928,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1927 | <glossdef> | 1928 | <glossdef> |
1928 | <para> | 1929 | <para> |
1929 | Specifies the number of bits for the target system CPU. | 1930 | Specifies the number of bits for the target system CPU. |
1930 | The variable is either "32" or "64". | 1931 | The value should be either "32" or "64". |
1931 | </para> | 1932 | </para> |
1932 | </glossdef> | 1933 | </glossdef> |
1933 | </glossentry> | 1934 | </glossentry> |