mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-14 13:29:31 +00:00
CI: change the directory for Arm64 firmware
Previouly it is reusing the ovmf, which will enter some issue for path checking, so move to aavmf as it should be. Signed-off-by: Kevin Zhao <kevin.zhao@linaro.org>
This commit is contained in:
committed by
Fabiano Fidêncio
parent
cfd0ebe85f
commit
aadad0c9b6
@@ -16,9 +16,11 @@ ifeq ($(ARCH),)
|
||||
endif
|
||||
ifeq ($(ARCH),x86_64)
|
||||
override ARCH = amd64
|
||||
override EDK2_NAME = ovmf
|
||||
endif
|
||||
ifeq ($(ARCH),aarch64)
|
||||
override ARCH = arm64
|
||||
override EDK2_NAME = aavmf
|
||||
endif
|
||||
ifeq ($(ARCH),riscv64gc)
|
||||
override ARCH = riscv64
|
||||
@@ -460,10 +462,10 @@ ifneq (,$(QEMUCMD))
|
||||
FIRMWAREPATH_NV := $(PREFIXDEPS)/share/ovmf/OVMF.fd
|
||||
|
||||
ifneq (,$(QEMUFW))
|
||||
FIRMWAREPATH := $(PREFIXDEPS)/share/ovmf/$(QEMUFW)
|
||||
FIRMWAREPATH := $(PREFIXDEPS)/share/$(EDK2_NAME)/$(QEMUFW)
|
||||
endif
|
||||
ifneq (,$(QEMUFWVOL))
|
||||
FIRMWAREVOLUMEPATH := $(PREFIXDEPS)/share/ovmf/$(QEMUFWVOL)
|
||||
FIRMWAREVOLUMEPATH := $(PREFIXDEPS)/share/$(EDK2_NAME)/$(QEMUFWVOL)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user