summaryrefslogtreecommitdiffstats
path: root/documentation
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:09:54 +0000
commita26aff6203c8e27f49796691dc9d4aad328aacf7 (patch)
tree95ee589f18464e9249efc2b502dba555b91de7d8 /documentation
parenta73466aa4c0d27ffb0030bbf311531cf1b46ed64 (diff)
downloadpoky-a26aff6203c8e27f49796691dc9d4aad328aacf7.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: 5961cde05aff967f8db7cd10cd9b46c147c62f83) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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>.