mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
x86-base.inc: enable live image type
live image type was replaced by hddimg recently. This made NOHDD and NOISO options ineffective as they only influence live builds. It also causes image building failure for image sizes >4Gb Returned back live image type and disabled building iso image. This doesn't change result (hddimg is built), but it makes NOHDD and NOISO working as expected. [YOCTO #11842] (From OE-Core rev: c787dcdd55bc55c6c64dec21b251706615114fe7) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6a6d2d1853
commit
b8cb2bb175
@@ -10,7 +10,8 @@ MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
|
||||
|
||||
IMAGE_FSTYPES ?= "hddimg"
|
||||
IMAGE_FSTYPES ?= "live"
|
||||
NOISO ?= "1"
|
||||
|
||||
KERNEL_IMAGETYPE ?= "bzImage"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user