aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2017-07-12 20:08:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-17 13:48:52 +0100
commit1e05d488f9f09230d2f7cd3f43a385ad206066f8 (patch)
tree5f204ed5656d48046c5b845f1580b91a05fdecce /meta/conf
parentdac68d2323b0b630c019ce4d5256ed567eaf00da (diff)
downloadopenembedded-core-contrib-1e05d488f9f09230d2f7cd3f43a385ad206066f8.tar.gz
x86-base: build only hddimg, rather than iso and hddimg, for x86 machines
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf')
-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 bfacdf5def..a29641aec4 100644
--- a/meta/conf/machine/include/x86-base.inc
+++ b/meta/conf/machine/include/x86-base.inc
@@ -10,7 +10,7 @@ MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
-IMAGE_FSTYPES ?= "live"
+IMAGE_FSTYPES ?= "hddimg"
KERNEL_IMAGETYPE ?= "bzImage"