Enable arm64 build.

This commit is contained in:
dann frazier 2018-04-24 12:40:56 -06:00
parent fac86c7403
commit 3802e1ad5a
3 changed files with 7 additions and 1 deletions

4
debian/changelog vendored
View File

@ -1,7 +1,11 @@
shim (13-0ubuntu3) UNRELEASED; urgency=medium
[ Steve Langasek ]
* Fix Vcs link.
[ dann frazier ]
* Enable arm64 build.
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 23 Apr 2018 18:08:31 -0700
shim (13-0ubuntu2) bionic; urgency=medium

2
debian/control vendored
View File

@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-
Vcs-Git: https://git.launchpad.net/~ubuntu-core-dev/shim/+git/shim
Package: shim
Architecture: amd64
Architecture: amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: shim-signed (<< 1.33~)
Description: boot loader to chain-load signed boot loaders under Secure Boot

2
debian/rules vendored
View File

@ -14,6 +14,8 @@ endif
ifeq ($(DEB_HOST_ARCH),amd64)
export EFI_ARCH := x64
else ($(DEB_HOST_ARCH),arm64)
export EFI_ARCH := aa64
endif
COMMON_OPTIONS = \