This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, efi has been updated via debf78c1d4dee213e4e03c2fc8baedf4faee1466 (commit) from ff8df1917efdd6f935fdea4a58ff8f97fda853cc (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit debf78c1d4dee213e4e03c2fc8baedf4faee1466 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jun 21 15:53:38 2018 +0100
Build efibootmgr and efivars only for x86_64 and aarch64
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/{ => aarch64}/efibootmgr | 0 config/rootfiles/common/{ => aarch64}/efivar | 0 config/rootfiles/common/{ => x86_64}/efibootmgr | 0 config/rootfiles/common/{ => x86_64}/efivar | 0 lfs/efibootmgr | 1 + lfs/efivar | 1 + 6 files changed, 2 insertions(+) copy config/rootfiles/common/{ => aarch64}/efibootmgr (100%) copy config/rootfiles/common/{ => aarch64}/efivar (100%) rename config/rootfiles/common/{ => x86_64}/efibootmgr (100%) rename config/rootfiles/common/{ => x86_64}/efivar (100%)
Difference in files: diff --git a/config/rootfiles/common/efibootmgr b/config/rootfiles/common/aarch64/efibootmgr similarity index 100% rename from config/rootfiles/common/efibootmgr rename to config/rootfiles/common/aarch64/efibootmgr diff --git a/config/rootfiles/common/efivar b/config/rootfiles/common/aarch64/efivar similarity index 100% rename from config/rootfiles/common/efivar rename to config/rootfiles/common/aarch64/efivar diff --git a/config/rootfiles/common/x86_64/efibootmgr b/config/rootfiles/common/x86_64/efibootmgr new file mode 100644 index 000000000..56a0eb149 --- /dev/null +++ b/config/rootfiles/common/x86_64/efibootmgr @@ -0,0 +1,4 @@ +usr/sbin/efibootdump +usr/sbin/efibootmgr +#usr/share/man/man8/efibootdump.8 +#usr/share/man/man8/efibootmgr.8 diff --git a/config/rootfiles/common/x86_64/efivar b/config/rootfiles/common/x86_64/efivar new file mode 100644 index 000000000..4018e4c08 --- /dev/null +++ b/config/rootfiles/common/x86_64/efivar @@ -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 diff --git a/lfs/efibootmgr b/lfs/efibootmgr index 0503b6b1b..9a2a91779 100644 --- a/lfs/efibootmgr +++ b/lfs/efibootmgr @@ -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 diff --git a/lfs/efivar b/lfs/efivar index 1362c625b..90d4c57e7 100644 --- a/lfs/efivar +++ b/lfs/efivar @@ -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
hooks/post-receive -- IPFire 2.x development tree