summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-28 06:25:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:46 +0000
commit39f0315a3212537e0894156138b0d711b4aaf116 (patch)
tree8a064fe699b9e77b72c37c5fe3f64996ecf642fe /documentation/ref-manual
parentd4fe8f987f8f233c43fae84f42a271ed6a99d1a1 (diff)
downloadpoky-39f0315a3212537e0894156138b0d711b4aaf116.tar.gz
ref-manual: Edits to the IMAGE_FSTYPES variable
Fixes [YOCTO #5368] Applied some review comments from Laszlo to the new description. I added an example. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 6be18fbf59c344b96532944abb8c4d8c8921f64b) 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.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 4d821760b4..f3211f84ed 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1995,6 +1995,13 @@ Core layer for images cannot be removed
1995 <para> 1995 <para>
1996 Specifies the formats the OpenEmbedded build system uses 1996 Specifies the formats the OpenEmbedded build system uses
1997 during the build when creating the root filesystem. 1997 during the build when creating the root filesystem.
1998 For example, setting <filename>IMAGE_FSTYPES</filename>
1999 as follows causes the build system to create root
2000 filesystems using two formats: <filename>.ext3</filename>
2001 and <filename>tar.bz2</filename>:
2002 <literallayout class='monospaced'>
2003 IMAGE_FSTYPES = "ext3 tar.bz2"
2004 </literallayout>
1998 For the complete list of supported image formats from which 2005 For the complete list of supported image formats from which
1999 you can choose, see 2006 you can choose, see
2000 <link linkend='var-IMAGE_TYPES'><filename>IMAGE_TYPES</filename></link>. 2007 <link linkend='var-IMAGE_TYPES'><filename>IMAGE_TYPES</filename></link>.