profiles.mk 761 B

1234567891011121314151617
  1. $(eval $(call GluonProfile,GENERIC))
  2. $(eval $(call GluonProfileFactorySuffix,GENERIC))
  3. $(eval $(call GluonProfileSysupgradeSuffix,GENERIC))
  4. $(eval $(call GluonProfileExtraSuffix,GENERIC,.img.gz))
  5. $(eval $(call GluonModel,GENERIC,combined-ext4,x86-generic))
  6. $(eval $(call GluonProfile,VDI,kmod-pcnet32))
  7. $(eval $(call GluonProfileFactorySuffix,VDI))
  8. $(eval $(call GluonProfileSysupgradeSuffix,VDI))
  9. $(eval $(call GluonProfileExtraSuffix,VDI,.vdi))
  10. $(eval $(call GluonModel,VDI,combined-ext4,x86-virtualbox))
  11. $(eval $(call GluonProfile,VMDK,kmod-pcnet32))
  12. $(eval $(call GluonProfileFactorySuffix,VMDK))
  13. $(eval $(call GluonProfileSysupgradeSuffix,VMDK))
  14. $(eval $(call GluonProfileExtraSuffix,VMDK,.vmdk))
  15. $(eval $(call GluonModel,VMDK,combined-ext4,x86-vmware))