[oe-commits] Richard Purdie : ia32-base: Remove cpio and ext3 defaults

git at git.openembedded.org git at git.openembedded.org
Thu Nov 21 16:32:09 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 42484d72ed52a1a6f9d3f5b4bf46a72fbfbc490e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=42484d72ed52a1a6f9d3f5b4bf46a72fbfbc490e

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Nov 21 15:25:36 2013 +0000

ia32-base: Remove cpio and ext3 defaults

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 at linuxfoundation.org>

---

 meta/conf/machine/include/ia32-base.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/ia32-base.inc b/meta/conf/machine/include/ia32-base.inc
index 8a20bca..e15f927 100644
--- a/meta/conf/machine/include/ia32-base.inc
+++ b/meta/conf/machine/include/ia32-base.inc
@@ -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"
 



More information about the Openembedded-commits mailing list