diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
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>. |