tests: Build EDK2 for AArch64 integration test

This commit added support for building the edk2 binary dedicated
for the Cloud Hypervisor (CLOUDHV_EFI.fd).

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
Henry Wang
2021-04-26 13:51:33 +08:00
committed by Xin Wang
parent 88fda7c305
commit 3cb2b72e92
2 changed files with 71 additions and 1 deletions

View File

@@ -37,9 +37,13 @@ RUN apt-get update \
socat \
dosfstools \
cpio \
python \
python3 \
python3-setuptools \
ntfs-3g \
openvswitch-switch-dpdk \
python3-distutils \
uuid-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*