Skip to content
Snippets Groups Projects
Commit b280f73d authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

x86-generic: build all images with the same modules, use the same sysupgrade image for all profiles

parent 187070e3
No related branches found
No related tags found
No related merge requests found
$(eval $(call GluonProfile,GENERIC,kmod-3c59x kmod-e100 kmod-e1000 kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-8139too kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity)) X86_GENERIC_NETWORK_MODULES := kmod-3c59x kmod-e100 kmod-e1000 kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-8139too kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity
$(eval $(call GluonProfile,GENERIC,$(X86_GENERIC_NETWORK_MODULES)))
$(eval $(call GluonProfileFactorySuffix,GENERIC,-ext4,.img.gz)) $(eval $(call GluonProfileFactorySuffix,GENERIC,-ext4,.img.gz))
$(eval $(call GluonProfileSysupgradeSuffix,GENERIC,-ext4,.img.gz)) $(eval $(call GluonProfileSysupgradeSuffix,GENERIC,-ext4,.img.gz))
$(eval $(call GluonModel,GENERIC,combined,x86-generic)) $(eval $(call GluonModel,GENERIC,combined,x86-generic))
$(eval $(call GluonProfile,VDI,kmod-pcnet32 kmod-e1000)) $(eval $(call GluonProfile,VDI,$(X86_GENERIC_NETWORK_MODULES)))
$(eval $(call GluonProfileFactorySuffix,VDI,-ext4,.vdi)) $(eval $(call GluonProfileFactorySuffix,VDI,-ext4,.vdi))
$(eval $(call GluonProfileSysupgradeSuffix,VDI,-ext4,.img.gz)) $(eval $(call GluonProfileSysupgradeSuffix,VDI))
$(eval $(call GluonModel,VDI,combined,x86-virtualbox)) $(eval $(call GluonModel,VDI,combined,x86-virtualbox))
$(eval $(call GluonProfile,VMDK,kmod-pcnet32)) $(eval $(call GluonProfile,VMDK,$(X86_GENERIC_NETWORK_MODULES)))
$(eval $(call GluonProfileFactorySuffix,VMDK,-ext4,.vmdk)) $(eval $(call GluonProfileFactorySuffix,VMDK,-ext4,.vmdk))
$(eval $(call GluonProfileSysupgradeSuffix,VMDK,-ext4,.img.gz)) $(eval $(call GluonProfileSysupgradeSuffix,VMDK))
$(eval $(call GluonModel,VMDK,combined,x86-vmware)) $(eval $(call GluonModel,VMDK,combined,x86-vmware))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment