diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-13 10:17:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:59 +0100 |
commit | e26f25305931f74dd830a714b6740cb5348ae39e (patch) | |
tree | b95f03e40343e98d0fe65621c91caba191c9853b | |
parent | d4ee32a3d741fd287e8ae9ba3e91b3741226d996 (diff) | |
download | poky-e26f25305931f74dd830a714b6740cb5348ae39e.tar.gz |
ref-manual: Review comments to a few variables.
Applied some minor review comments from Paul for some variables
in the reference.
(From yocto-docs rev: 231031c291367f3b8f6b1f44d4a0b1804d8e9d9f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 86b7619468..2ae476239a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1727,7 +1727,7 @@ Core layer for images cannot be removed | |||
1727 | <glossentry id='var-IMAGE_FSTYPES'><glossterm>IMAGE_FSTYPES</glossterm> | 1727 | <glossentry id='var-IMAGE_FSTYPES'><glossterm>IMAGE_FSTYPES</glossterm> |
1728 | <glossdef> | 1728 | <glossdef> |
1729 | <para> | 1729 | <para> |
1730 | Specifes the format of the root filesystem create by | 1730 | Specifes the format of the root filesystem created by |
1731 | the OpenEmbedded build system. | 1731 | the OpenEmbedded build system. |
1732 | Available formats are a subset of the | 1732 | Available formats are a subset of the |
1733 | supported images listed in | 1733 | supported images listed in |
@@ -1920,9 +1920,7 @@ Core layer for images cannot be removed | |||
1920 | <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm> | 1920 | <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm> |
1921 | <glossdef> | 1921 | <glossdef> |
1922 | <para> | 1922 | <para> |
1923 | Specifes the complete list of types | 1923 | Specifies the complete list of supported image types: |
1924 | of images that can be created. | ||
1925 | Here are the supported image types: | ||
1926 | <literallayout class='monospaced'> | 1924 | <literallayout class='monospaced'> |
1927 | jffs2 | 1925 | jffs2 |
1928 | sum.jffs2 | 1926 | sum.jffs2 |
@@ -4483,7 +4481,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
4483 | <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm> | 4481 | <glossentry id='var-TARGET_ARCH'><glossterm>TARGET_ARCH</glossterm> |
4484 | <glossdef> | 4482 | <glossdef> |
4485 | <para> | 4483 | <para> |
4486 | The architecture of the device being built. | 4484 | The target machine's architecture. |
4487 | The OpenEmbedded build system supports many | 4485 | The OpenEmbedded build system supports many |
4488 | architectures. | 4486 | architectures. |
4489 | Here is an example list of architectures supported. | 4487 | Here is an example list of architectures supported. |