diff options
author | Ross Burton <ross.burton@intel.com> | 2019-11-27 13:30:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-15 09:10:46 +0000 |
commit | 6d738f4a6eb0cfc604d24657277a9b280604915b (patch) | |
tree | 9333c5b54fcaa137cce7a0a9a067fe49d319669f /meta/conf/machine/include | |
parent | f2fa6b3305a1a8a521aed73fa80f1abab3c3d529 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/machine/include/x86-base.inc | 2 |
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 @@ | |||
8 | MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ | 8 | MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ |
9 | acpi serial usbgadget alsa" | 9 | acpi serial usbgadget alsa" |
10 | 10 | ||
11 | IMAGE_FSTYPES ?= "hddimg" | 11 | IMAGE_FSTYPES ?= "wic" |
12 | 12 | ||
13 | KERNEL_IMAGETYPE ?= "bzImage" | 13 | KERNEL_IMAGETYPE ?= "bzImage" |
14 | 14 | ||