summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-07-12 19:36:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-13 12:29:19 +0100
commit8a3692deaf9f143877940bf5e0d02cc3d80c9276 (patch)
treec9fae96e2fcf535970e54f7cc2625647fa4eaa46
parent80441de058f016b4fbf35ed1ea6b15457916ebae (diff)
downloadpoky-8a3692deaf9f143877940bf5e0d02cc3d80c9276.tar.gz
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 <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/image_types.bbclass2
1 files changed, 2 insertions, 0 deletions
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"
102IMAGE_DEPENDS_ubi = "mtd-utils-native" 102IMAGE_DEPENDS_ubi = "mtd-utils-native"
103IMAGE_DEPENDS_ubifs = "mtd-utils-native" 103IMAGE_DEPENDS_ubifs = "mtd-utils-native"
104 104
105# This variable is available to request which values are suitable for IMAGE_FSTYPES
106IMAGE_TYPES = "jffs2 cramfs ext2 ext2.gz ext3 ext3.gz squashfs squashfs-lzma ubi"