package/kvm-unit-tests: add more arm support
Add some more cortexes with VHE, and enable aarch64. Signed-off-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Thomas Huth <huth@tuxfamily.org> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
4f9a011ab2
commit
f7228dadd3
@ -3,7 +3,10 @@ config BR2_PACKAGE_KVM_UNIT_TESTS_ARCH_SUPPORTS
|
||||
# On ARM, it uses virtualization extensions
|
||||
default y if BR2_cortex_a7 || BR2_cortex_a12 || \
|
||||
BR2_cortex_a15 || BR2_cortex_a15_a7 || \
|
||||
BR2_cortex_a17 || BR2_cortex_a17_a7
|
||||
BR2_cortex_a17 || BR2_cortex_a17_a7 || \
|
||||
BR2_cortex_a55 || BR2_cortex_a75 || \
|
||||
BR2_cortex_a75_a55 || BR2_cortex_a76 || \
|
||||
BR2_cortex_a76_a55
|
||||
default y if BR2_i386 || BR2_x86_64
|
||||
default y if BR2_powerpc64 || BR2_powerpc64le
|
||||
default y if BR2_s390x
|
||||
|
@ -10,7 +10,9 @@ KVM_UNIT_TESTS_SITE = https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/archive
|
||||
KVM_UNIT_TESTS_LICENSE = LGPL-2.0
|
||||
KVM_UNIT_TESTS_LICENSE_FILES = COPYRIGHT
|
||||
|
||||
ifeq ($(BR2_arm),y)
|
||||
ifeq ($(BR2_aarch64),y)
|
||||
KVM_UNIT_TESTS_ARCH = aarch64
|
||||
else ifeq ($(BR2_arm),y)
|
||||
KVM_UNIT_TESTS_ARCH = arm
|
||||
else ifeq ($(BR2_i386),y)
|
||||
KVM_UNIT_TESTS_ARCH = i386
|
||||
|
Loading…
Reference in New Issue
Block a user