mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 09:22:59 +02:00
Build efibootmgr and efivars only for x86_64 and aarch64
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
4
config/rootfiles/common/x86_64/efibootmgr
Normal file
4
config/rootfiles/common/x86_64/efibootmgr
Normal file
@@ -0,0 +1,4 @@
|
||||
usr/sbin/efibootdump
|
||||
usr/sbin/efibootmgr
|
||||
#usr/share/man/man8/efibootdump.8
|
||||
#usr/share/man/man8/efibootmgr.8
|
||||
46
config/rootfiles/common/x86_64/efivar
Normal file
46
config/rootfiles/common/x86_64/efivar
Normal file
@@ -0,0 +1,46 @@
|
||||
usr/bin/efivar
|
||||
#usr/include/efivar
|
||||
#usr/include/efivar/efiboot-creator.h
|
||||
#usr/include/efivar/efiboot-loadopt.h
|
||||
#usr/include/efivar/efiboot.h
|
||||
#usr/include/efivar/efivar-dp.h
|
||||
#usr/include/efivar/efivar-guids.h
|
||||
#usr/include/efivar/efivar.h
|
||||
#usr/lib/libefiboot.so
|
||||
usr/lib/libefiboot.so.1
|
||||
usr/lib/libefiboot.so.1.35
|
||||
#usr/lib/libefivar.so
|
||||
usr/lib/libefivar.so.1
|
||||
usr/lib/libefivar.so.1.35
|
||||
#usr/lib/pkgconfig/efiboot.pc
|
||||
#usr/lib/pkgconfig/efivar.pc
|
||||
#usr/share/man/man1/efivar.1
|
||||
#usr/share/man/man3/efi_append_variable.3
|
||||
#usr/share/man/man3/efi_del_variable.3
|
||||
#usr/share/man/man3/efi_get_next_variable_name.3
|
||||
#usr/share/man/man3/efi_get_variable.3
|
||||
#usr/share/man/man3/efi_get_variable_attributes.3
|
||||
#usr/share/man/man3/efi_get_variable_size.3
|
||||
#usr/share/man/man3/efi_guid_to_id_guid.3
|
||||
#usr/share/man/man3/efi_guid_to_name.3
|
||||
#usr/share/man/man3/efi_guid_to_str.3
|
||||
#usr/share/man/man3/efi_guid_to_symbol.3
|
||||
#usr/share/man/man3/efi_name_to_guid.3
|
||||
#usr/share/man/man3/efi_set_variable.3
|
||||
#usr/share/man/man3/efi_str_to_guid.3
|
||||
#usr/share/man/man3/efi_symbol_to_guid.3
|
||||
#usr/share/man/man3/efi_variable_alloc.3
|
||||
#usr/share/man/man3/efi_variable_export.3
|
||||
#usr/share/man/man3/efi_variable_free.3
|
||||
#usr/share/man/man3/efi_variable_get_attributes.3
|
||||
#usr/share/man/man3/efi_variable_get_data.3
|
||||
#usr/share/man/man3/efi_variable_get_guid.3
|
||||
#usr/share/man/man3/efi_variable_get_name.3
|
||||
#usr/share/man/man3/efi_variable_import.3
|
||||
#usr/share/man/man3/efi_variable_realize.3
|
||||
#usr/share/man/man3/efi_variable_set_attributes.3
|
||||
#usr/share/man/man3/efi_variable_set_data.3
|
||||
#usr/share/man/man3/efi_variable_set_guid.3
|
||||
#usr/share/man/man3/efi_variable_set_name.3
|
||||
#usr/share/man/man3/efi_variable_t.3
|
||||
#usr/share/man/man3/efi_variables_supported.3
|
||||
@@ -31,6 +31,7 @@ DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
SUP_ARCH = aarch64 x86_64
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
@@ -31,6 +31,7 @@ DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
SUP_ARCH = aarch64 x86_64
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
Reference in New Issue
Block a user