]> code.ossystems Code Review - openembedded-core.git/commitdiff
ia32-base: Remove cpio and ext3 defaults
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Nov 2013 15:25:36 +0000 (15:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Nov 2013 16:29:18 +0000 (16:29 +0000)
On real IA hardware, neither the ext3 or cpio images are particularly useful
or used. cpio is legacy from initramfs and that specific image now overrides
FSTYPES accordingly. The size difference in filesystems makes ext3 as a file
format less useful, mainly being useful in the qemu case.

When needed users can still override the default FSTYPES so having
saner defaults makes sense. This improves build times and uses less
network bandwidth for builds and releases.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/ia32-base.inc

index 8a20bcad1cec99f6834a0d0c1266b22831611eef..e15f9273ffb69bb1e6671350ed312d3fe45fb27d 100644 (file)
@@ -10,7 +10,7 @@ MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
 
 MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
 
-IMAGE_FSTYPES += "ext3 cpio.gz live"
+IMAGE_FSTYPES += "live"
 
 KERNEL_IMAGETYPE ?= "bzImage"