Browse Source

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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Ross Burton 4 years ago
parent
commit
04e4e93efa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta/conf/machine/include/x86-base.inc

+ 1 - 1
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"