Blame README

Packit Service 6a4ea0
efi-rpm-macros provides a set of RPM macros for use in EFI-related packages.
Packit Service 6a4ea0
Packit Service 6a4ea0
The following variables are meaningful on the make command line:
Packit Service 6a4ea0
Packit Service 6a4ea0
EFI_ESP_ROOT	the directory where the EFI System Partition is mounted
Packit Service 6a4ea0
EFI_ARCHES	the rpm arches %efi will match on
Packit Service 6a4ea0
EFI_VENDOR	the vendor name for your EFI System Partition directory
Packit Service 6a4ea0
Packit Service 6a4ea0
The following rpm macros are set:
Packit Service 6a4ea0
Packit Service 6a4ea0
%efi			the arches that EFI packages should be built on, suitable for use with %ifarch
Packit Service 6a4ea0
%efi_vendor		the vendor name for your EFI System Partition directory
Packit Service 6a4ea0
%efi_esp_root		the directory where the EFI system Partition is mounted
Packit Service 6a4ea0
%efi_esp_efi		the full path to \EFI on the EFI System Partition
Packit Service 6a4ea0
%efi_esp_boot		the full path to \EFI\BOOT on the EFI System Partition
Packit Service 6a4ea0
%efi_esp_dir		the full path to your vendor directory on the EFI System Partition
Packit Service 6a4ea0
%efi_arch		the EFI architecture name, e.g. x64
Packit Service 6a4ea0
%efi_arch_upper		the EFI architecture name in upper case, e.g. X64
Packit Service 6a4ea0
%efi_alt_arch		the EFI architecture name for other arches that build on this one (i.e. ia32 on x64)
Packit Service 6a4ea0
%efi_alt_arch_upper	the upper case version of %efi_alt_arch