@@ -259,18 +259,21 @@ menu "Target Images"
bool "Build LiveCD image (ISO)"
depends on TARGET_x86
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
+ default BUILDBOT
config VDI_IMAGES
bool "Build VirtualBox image files (VDI)"
depends on TARGET_x86
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
select PACKAGE_kmod-e1000
+ default BUILDBOT
config VMDK_IMAGES
bool "Build VMware image files (VMDK)"
depends on TARGET_x86
depends on GRUB_IMAGES || GRUB_EFI_IMAGES
select PACKAGE_kmod-e1000
+ default BUILDBOT
config TARGET_IMAGES_GZIP
bool "GZip images"
These images are of interested for some cloud/VM people, build them by default when running the buildbot. Signed-off-by: Paul Spooren <mail@aparcar.org> --- config/Config-images.in | 3 +++ 1 file changed, 3 insertions(+)