From: Joshua Lock Date: Wed, 13 Jul 2011 02:36:51 +0000 (-0700) Subject: classes/image_types: add a variable to list available IMAGE_FSTYPE's X-Git-Tag: 2011-1~760 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=12600138721262ce02e9dd243bcf44e52e065179;p=openembedded-core.git classes/image_types: add a variable to list available IMAGE_FSTYPE's This is for use in the Hob GUI to enable the user to change the type of the generated image. Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 89a745c008..1108802e10 100644 --- a/meta/classes/image_types.bbclass +++ b/meta/classes/image_types.bbclass @@ -102,3 +102,5 @@ IMAGE_DEPENDS_cpio.xz = "xz-native" IMAGE_DEPENDS_ubi = "mtd-utils-native" IMAGE_DEPENDS_ubifs = "mtd-utils-native" +# This variable is available to request which values are suitable for IMAGE_FSTYPES +IMAGE_TYPES = "jffs2 cramfs ext2 ext2.gz ext3 ext3.gz squashfs squashfs-lzma ubi"