Skip to content

Commit

Permalink
Build VMDK and VDI images for x86
Browse files Browse the repository at this point in the history
x86-generic is still marked as broken as fastd v16 doesn't work with uClibc on
x86. This will be fixed with fastd v17.
  • Loading branch information
neocturne committed Jan 25, 2015
1 parent 3507de1 commit 0186326
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
5 changes: 2 additions & 3 deletions targets/x86-generic/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CONFIG_TARGET_x86=y
CONFIG_X86_USE_GRUB2=y
CONFIG_X86_VDI_IMAGES=y
CONFIG_X86_VMDK_IMAGES=y
CONFIG_VDI_IMAGES=y
CONFIG_VMDK_IMAGES=y
12 changes: 11 additions & 1 deletion targets/x86-generic/profiles.mk
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
$(eval $(call GluonProfile,Generic))
$(eval $(call GluonProfile,VDI,kmod-pcnet32))
$(eval $(call GluonProfileFactorySuffix,VDI))
$(eval $(call GluonProfileSysupgradeSuffix,VDI))
$(eval $(call GluonProfileExtraSuffix,VDI,.vdi))
$(eval $(call GluonModel,VDI,combined-squashfs,x86-virtualbox))

$(eval $(call GluonProfile,VMDK,kmod-pcnet32))
$(eval $(call GluonProfileFactorySuffix,VMDK))
$(eval $(call GluonProfileSysupgradeSuffix,VMDK))
$(eval $(call GluonProfileExtraSuffix,VMDK,.vmdk))
$(eval $(call GluonModel,VMDK,combined-squashfs,x86-vmware))

0 comments on commit 0186326

Please sign in to comment.