diff options
author | Joshua Lock <joshua.g.lock@intel.com> | 2017-07-12 20:08:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-17 13:48:52 +0100 |
commit | 1e05d488f9f09230d2f7cd3f43a385ad206066f8 (patch) | |
tree | 5f204ed5656d48046c5b845f1580b91a05fdecce /meta/conf/machine/include/x86-base.inc | |
parent | dac68d2323b0b630c019ce4d5256ed567eaf00da (diff) | |
download | openembedded-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/machine/include/x86-base.inc')
-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 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" |