[oe-commits] [openembedded-core] 08/08: conf/machine/x86-base: use wic instead of live

git at git.openembedded.org git at git.openembedded.org
Wed Dec 11 12:03:15 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3ff955a8751c297939e061a867ae35fd0a65cf5b
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Nov 27 13:30:47 2019 +0000

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine/include/x86-base.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc
index 0227f3c..da56cc3 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list