mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 14:33:38 +00:00
Makefile (uefi): add gnu-efi(-devel) build dependency for Fedora/CentOS
Add the 'gnu-efi' dependency required to build the ACRN hypervisor with "PLATFORM=uefi" on Fedora. 'gnu-efi-devel' is required on CentOS. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
a049382e07
commit
b0f52e5b95
@ -338,6 +338,7 @@ each with their own way to install development tools:
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo dnf install gcc \
|
||||
gnu-efi \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel
|
||||
@ -347,6 +348,7 @@ each with their own way to install development tools:
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo yum install gcc \
|
||||
gnu-efi-devel \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel
|
||||
|
Loading…
Reference in New Issue
Block a user