From 8a3692deaf9f143877940bf5e0d02cc3d80c9276 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 12 Jul 2011 19:36:51 -0700 Subject: 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. (From OE-Core rev: 12600138721262ce02e9dd243bcf44e52e065179) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/classes/image_types.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/image_types.bbclass') 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" -- cgit v1.2.3-54-g00ecf