diff mbox series

conf/machine/x86-base: use wic instead of live

Message ID 20191127133047.4850-1-ross.burton@intel.com
State Accepted
Commit 04e4e93efa4d8e2bdde950fe95c2fd95f89c13e7
Headers show
Series conf/machine/x86-base: use wic instead of live | expand

Commit Message

Ross Burton Nov. 27, 2019, 1:30 p.m. UTC
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>

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

-- 
2.20.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

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"