From: Joshua Lock Date: Wed, 12 Jul 2017 19:08:21 +0000 (+0100) Subject: x86-base: build only hddimg, rather than iso and hddimg, for x86 machines X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20776 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e05d488f9f09230d2f7cd3f43a385ad206066f8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git x86-base: build only hddimg, rather than iso and hddimg, for x86 machines Signed-off-by: Joshua Lock Signed-off-by: Ross Burton --- diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc index bfacdf5def8..a29641aec44 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"