From: Scott Rifenbark Date: Mon, 28 Oct 2013 13:25:32 +0000 (-0700) Subject: ref-manual: Edits to the IMAGE_FSTYPES variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a26aff6203c8e27f49796691dc9d4aad328aacf7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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: 5961cde05aff967f8db7cd10cd9b46c147c62f83) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4d821760b4c..f3211f84edc 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.