| Submitter | Joshua Lock |
|---|---|
| Date | July 13, 2011, 2:36 a.m. |
| Message ID | <d57c0d831a13e04022b500aad091a03090a01bd1.1310524498.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/7463/ |
| State | New, archived |
| Headers | show |
Comments
On Tue, 2011-07-12 at 19:36 -0700, Joshua Lock wrote: > 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 <josh@linux.intel.com> > --- > meta/classes/image_types.bbclass | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass > index 89a745c..1108802 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" Merged to master, thanks. Richard
Patch
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 89a745c..1108802 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"
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 <josh@linux.intel.com> --- meta/classes/image_types.bbclass | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)