efibootmgr: Add armsr target support
authorAnton Antonov <Anton.Antonov@arm.com>
Tue, 3 Oct 2023 11:57:17 +0000 (12:57 +0100)
committerTianling Shen <cnsztl@gmail.com>
Wed, 1 Nov 2023 04:11:10 +0000 (12:11 +0800)
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
(cherry picked from commit 3be58aa1d317877415c810bc8dc6a43030064a64)

utils/efibootmgr/Makefile

index fc53f8729472926a7d44fe6e4881afc817c3385e..1463a6c820784809e80d14f7cd2d55f27292df78 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=efibootmgr
 PKG_VERSION:=18
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/rhboot/efibootmgr.git
@@ -23,7 +23,7 @@ define Package/efibootmgr
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Application to modify the EFI Boot Manager
-  DEPENDS:=@TARGET_x86_64 +efivar +libpopt
+  DEPENDS:=@(TARGET_x86_64||TARGET_armsr_armv8) +efivar +libpopt
   URL:=https://github.com/rhboot/efibootmgr
 endef