]> code.ossystems Code Review - openembedded-core.git/commitdiff
netbook/menlow: Don't generate jffs2 images by default
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 25 May 2009 09:08:52 +0000 (10:08 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 25 May 2009 09:08:52 +0000 (10:08 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta-moblin/conf/machine/menlow.conf
meta-moblin/conf/machine/netbook.conf

index fcc54d975f37463d2b374e1588d7e8ff9c05c481..039f5e0310cf0c49fe45aa257626ddf72b4af7b1 100644 (file)
@@ -32,7 +32,7 @@ GUI_MACHINE_CLASS = "bigscreen"
 
 IMAGE_ROOTFS_SIZE_ext3 = "500000"
 
-IMAGE_FSTYPES ?= "ext3 jffs2 cpio.gz"
+IMAGE_FSTYPES ?= "ext3 cpio.gz"
 
 APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=788 usbcore.autosuspend=1"
 
index 12d83d4a36076d90b0a9a3342856b9a2c11e878a..cd0c45cfc7672fe4bc579e00f3ef09a588a6f429 100644 (file)
@@ -34,7 +34,7 @@ GUI_MACHINE_CLASS = "bigscreen"
 
 IMAGE_ROOTFS_SIZE_ext3 = "500000"
 
-IMAGE_FSTYPES ?= "ext3 jffs2 cpio.gz"
+IMAGE_FSTYPES ?= "ext3 cpio.gz"
 
 APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=788 usbcore.autosuspend=1"