summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/x86-base.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-27 13:30:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-15 09:10:46 +0000
commit6d738f4a6eb0cfc604d24657277a9b280604915b (patch)
tree9333c5b54fcaa137cce7a0a9a067fe49d319669f /meta/conf/machine/include/x86-base.inc
parentf2fa6b3305a1a8a521aed73fa80f1abab3c3d529 (diff)
downloadpoky-6d738f4a6eb0cfc604d24657277a9b280604915b.tar.gz
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. (From OE-Core rev: 04e4e93efa4d8e2bdde950fe95c2fd95f89c13e7) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/x86-base.inc')
-rw-r--r--meta/conf/machine/include/x86-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc
index 0227f3c289..da56cc3574 100644
--- a/meta/conf/machine/include/x86-base.inc
+++ b/meta/conf/machine/include/x86-base.inc
@@ -8,7 +8,7 @@
8MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ 8MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
9 acpi serial usbgadget alsa" 9 acpi serial usbgadget alsa"
10 10
11IMAGE_FSTYPES ?= "hddimg" 11IMAGE_FSTYPES ?= "wic"
12 12
13KERNEL_IMAGETYPE ?= "bzImage" 13KERNEL_IMAGETYPE ?= "bzImage"
14 14