summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-21 15:25:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-22 12:03:01 +0000
commitfd32fcb9d4eb5c882e0a66282d42bc836cc2d8b4 (patch)
treefc2fd689ffe6722df510ef5e32456c4cd0a09cf9 /meta/conf
parent5968a7b7b0e9e15f4c73126eafcc689650163d05 (diff)
downloadpoky-fd32fcb9d4eb5c882e0a66282d42bc836cc2d8b4.tar.gz
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. (From OE-Core rev: 42484d72ed52a1a6f9d3f5b4bf46a72fbfbc490e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/include/ia32-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/ia32-base.inc b/meta/conf/machine/include/ia32-base.inc
index 8a20bcad1c..e15f9273ff 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 \
10 10
11MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" 11MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
12 12
13IMAGE_FSTYPES += "ext3 cpio.gz live" 13IMAGE_FSTYPES += "live"
14 14
15KERNEL_IMAGETYPE ?= "bzImage" 15KERNEL_IMAGETYPE ?= "bzImage"
16 16