]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Edits to the IMAGE_FSTYPES variable
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 28 Oct 2013 13:25:32 +0000 (06:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Nov 2013 17:09:54 +0000 (17:09 +0000)
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>
documentation/ref-manual/ref-variables.xml

index 4d821760b4cf481ff09428a6a42c22e1eaf46677..f3211f84edc213cbe568866ff8f8724f186092c8 100644 (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>.