[PATCH v2 2/2][disco linux-signed] UBUNTU: Add support for arm64
dann frazier
dann.frazier at canonical.com
Fri Jan 25 17:57:25 UTC 2019
BugLink: https://bugs.launchpad.net/bugs/1804481
Signed-off-by: dann frazier <dann.frazier at canonical.com>
---
debian/control.stub | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/debian/control.stub b/debian/control.stub
index 3f546b65f13b..049add06d448 100644
--- a/debian/control.stub
+++ b/debian/control.stub
@@ -8,12 +8,12 @@ Build-Depends:
python3,
python3-apt,
Build-Depends-Arch:
- sbsigntool [amd64],
+ sbsigntool [amd64 arm64],
linux-libc-dev (>= VERSION),
Standards-Version: 3.9.4
Package: linux-image-ABI-generic
-Architecture: amd64 ppc64el
+Architecture: amd64 arm64 ppc64el
Depends: ${unsigned:Depends}
Recommends: ${unsigned:Recommends}
Suggests: ${unsigned:Suggests}
@@ -36,12 +36,24 @@ Description: Signed kernel image lowlatency
A kernel image for lowlatency. This version of it is signed with
Canonical's UEFI signing key.
+Package: linux-image-ABI-snapdragon
+Architecture: arm64
+Depends: ${unsigned:Depends}
+Recommends: ${unsigned:Recommends}
+Suggests: ${unsigned:Suggests}
+Conflicts: ${unsigned:Conflicts}
+Provides: ${unsigned:Provides}
+Built-Using: linux (= VERSION)
+Description: Signed kernel image snapdragon
+ A kernel image for snapdragon. This version of it is signed with
+ Canonical's UEFI/Opal signing key.
+
Package: kernel-signed-image-ABI-generic-di
Package-Type: udeb
Section: debian-installer
Priority: extra
Provides: kernel-signed-image
-Architecture: amd64 ppc64el
+Architecture: amd64 arm64 ppc64el
Built-Using: linux (= VERSION)
Description: Signed kernel image generic for the Debian installer
A kernel image for generic. This version of it is signed with
@@ -50,7 +62,7 @@ Description: Signed kernel image generic for the Debian installer
Package: linux-image-ABI-generic-dbgsym
Section: devel
-Architecture: amd64 ppc64el
+Architecture: amd64 arm64 ppc64el
Depends: linux-image-unsigned-ABI-generic-dbgsym
Description: Signed kernel image generic
A link to the debugging symbols for the generic signed kernel.
--
2.20.1
More information about the kernel-team
mailing list