build: enable vmdk/vmware images for arm64 target
This is useful for VMware's ARM64 products, e.g Fusion for M1/ARM Macs.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit f899e0e024)
			
			
This commit is contained in:
		 Mathew McBride
					Mathew McBride
				
			
				
					committed by
					
						 Petr Štetiar
						Petr Štetiar
					
				
			
			
				
	
			
			
			 Petr Štetiar
						Petr Štetiar
					
				
			
						parent
						
							04d2f8f11f
						
					
				
				
					commit
					0bedcbb9ff
				
			| @@ -267,7 +267,7 @@ menu "Target Images" | |||||||
|  |  | ||||||
| 	config VMDK_IMAGES | 	config VMDK_IMAGES | ||||||
| 		bool "Build VMware image files (VMDK)" | 		bool "Build VMware image files (VMDK)" | ||||||
| 		depends on TARGET_x86 | 		depends on TARGET_x86 || TARGET_armvirt | ||||||
| 		depends on GRUB_IMAGES || GRUB_EFI_IMAGES | 		depends on GRUB_IMAGES || GRUB_EFI_IMAGES | ||||||
| 		select PACKAGE_kmod-e1000 | 		select PACKAGE_kmod-e1000 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk | |||||||
| BOARD:=armvirt | BOARD:=armvirt | ||||||
| BOARDNAME:=QEMU ARM Virtual Machine | BOARDNAME:=QEMU ARM Virtual Machine | ||||||
| FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part | FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part | ||||||
| FEATURES+=cpiogz ext4 ramdisk squashfs targz | FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk | ||||||
|  |  | ||||||
| KERNEL_PATCHVER:=5.15 | KERNEL_PATCHVER:=5.15 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user