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>
This commit is contained in:
Scott Rifenbark 2013-10-28 06:25:32 -07:00 committed by Richard Purdie
parent d4fe8f987f
commit 39f0315a32
1 changed files with 7 additions and 0 deletions

View File

@ -1995,6 +1995,13 @@ Core layer for images cannot be removed
<para>
Specifies the formats the OpenEmbedded build system uses
during the build when creating the root filesystem.
For example, setting <filename>IMAGE_FSTYPES</filename>
as follows causes the build system to create root
filesystems using two formats: <filename>.ext3</filename>
and <filename>tar.bz2</filename>:
<literallayout class='monospaced'>
IMAGE_FSTYPES = "ext3 tar.bz2"
</literallayout>
For the complete list of supported image formats from which
you can choose, see
<link linkend='var-IMAGE_TYPES'><filename>IMAGE_TYPES</filename></link>.