From 39f0315a3212537e0894156138b0d711b4aaf116 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 28 Oct 2013 06:25:32 -0700 Subject: [PATCH] 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 (From yocto-docs rev: 6be18fbf59c344b96532944abb8c4d8c8921f64b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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.