From d4fe8f987f8f233c43fae84f42a271ed6a99d1a1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 28 Oct 2013 06:06:16 -0700 Subject: [PATCH] ref-manual: Updated IMAGE_FSTYPES variable description. Fixes [YOCTO #5368] The current explanation was ambiguous regarging the term "subset". I have rewritten to be clear. Reported-by: Laszlo Papp (From yocto-docs rev: 56842d98601d4215f7c429ec1cd1d4f7b98d54f3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2c01d78e77..4d821760b4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1993,10 +1993,10 @@ Core layer for images cannot be removed IMAGE_FSTYPES - Specifies the formats of the root filesystem created by - the OpenEmbedded build system. - Available formats are a subset of the - supported images listed in + Specifies the formats the OpenEmbedded build system uses + during the build when creating the root filesystem. + For the complete list of supported image formats from which + you can choose, see IMAGE_TYPES.