]> code.ossystems Code Review - openembedded-core.git/commit
IMAGES_FSTYPES: default to EXT4
authorJuro Bystricky <juro.bystricky@intel.com>
Tue, 11 Aug 2015 19:02:42 +0000 (12:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 16 Aug 2015 08:25:17 +0000 (09:25 +0100)
commit2b56d671d2f0ef22786c97e29e1215eb80c94490
tree0d1938bea1e55fc979207458a81bd8162f7a92b3
parent73c98d38e94d3b1407620c134f3b00dcd9d6132c
IMAGES_FSTYPES: default to EXT4

The following IMAGES_FSTYPES defaulted to ext3:
"vmdk", "vdi", "qcow2", "live", "iso", "hddimg"

This patch changes the default for those IMAGES_FSTYPES to
ext4 in order to bring the images more in line with other BSPs.

Besides improvements in performance and reliability ext4 provides
additional functionality as well (option to turn off the journaling,
dynamic resizing of VDI volumes etc.).

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/bootimg.bbclass
meta/classes/image-live.bbclass
meta/classes/image-vm.bbclass
meta/classes/image_types.bbclass
meta/lib/oe/image.py