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 Specifies the formats the OpenEmbedded build system uses during the build when creating the root filesystem. + For example, setting IMAGE_FSTYPES + as follows causes the build system to create root + filesystems using two formats: .ext3 + and tar.bz2: + + IMAGE_FSTYPES = "ext3 tar.bz2" + For the complete list of supported image formats from which you can choose, see IMAGE_TYPES.