mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-26 23:22:07 +00:00
Enable arm64 build.
This commit is contained in:
parent
fac86c7403
commit
3802e1ad5a
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,7 +1,11 @@
|
|||||||
shim (13-0ubuntu3) UNRELEASED; urgency=medium
|
shim (13-0ubuntu3) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Steve Langasek ]
|
||||||
* Fix Vcs link.
|
* Fix Vcs link.
|
||||||
|
|
||||||
|
[ dann frazier ]
|
||||||
|
* Enable arm64 build.
|
||||||
|
|
||||||
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 23 Apr 2018 18:08:31 -0700
|
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 23 Apr 2018 18:08:31 -0700
|
||||||
|
|
||||||
shim (13-0ubuntu2) bionic; urgency=medium
|
shim (13-0ubuntu2) bionic; urgency=medium
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
Vcs-Git: https://git.launchpad.net/~ubuntu-core-dev/shim/+git/shim
|
||||||
|
|
||||||
Package: shim
|
Package: shim
|
||||||
Architecture: amd64
|
Architecture: amd64 arm64
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Breaks: shim-signed (<< 1.33~)
|
Breaks: shim-signed (<< 1.33~)
|
||||||
Description: boot loader to chain-load signed boot loaders under Secure Boot
|
Description: boot loader to chain-load signed boot loaders under Secure Boot
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -14,6 +14,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH),amd64)
|
ifeq ($(DEB_HOST_ARCH),amd64)
|
||||||
export EFI_ARCH := x64
|
export EFI_ARCH := x64
|
||||||
|
else ($(DEB_HOST_ARCH),arm64)
|
||||||
|
export EFI_ARCH := aa64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
COMMON_OPTIONS = \
|
COMMON_OPTIONS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user