From: Ross Burton Date: Wed, 27 Nov 2019 13:30:47 +0000 (+0000) Subject: conf/machine/x86-base: use wic instead of live X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12513 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=04e4e93efa4d8e2bdde950fe95c2fd95f89c13e7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git conf/machine/x86-base: use wic instead of live Use wic instead of the live/hddimg filesystem type for x86 machines, as it produces better filesystems and doesn't have a hard limit of 4GB. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc index 0227f3c289b..da56cc35740 100644 --- a/meta/conf/machine/include/x86-base.inc +++ b/meta/conf/machine/include/x86-base.inc @@ -8,7 +8,7 @@ MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ acpi serial usbgadget alsa" -IMAGE_FSTYPES ?= "hddimg" +IMAGE_FSTYPES ?= "wic" KERNEL_IMAGETYPE ?= "bzImage"