[linux-signed] 01/03: Enable kernel image signing on arm64, as sbsigntool is now available

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Jun 30 16:05:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch benh/byhand-code-sign
in repository linux-signed.

commit 2f3f11fa6f31b35a7d595ecea2ab795c5b62136f
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Jun 27 01:02:24 2016 +0200

    Enable kernel image signing on arm64, as sbsigntool is now available
---
 debian/bin/sign.py                 | 4 ++--
 debian/changelog                   | 1 +
 debian/templates/control.source.in | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/bin/sign.py b/debian/bin/sign.py
index 9f49a2d..c405fbf 100755
--- a/debian/bin/sign.py
+++ b/debian/bin/sign.py
@@ -190,8 +190,8 @@ def sign(config_name, imageversion_str, modules_privkey_name, modules_cert_name,
                              '%s/lib/modules/%s' % (signature_dir, kernelversion),
                              modules_privkey_name, modules_cert_name)
 
-                # XXX sbsigntool isn't yet built for !x86 (bug #821144)
-                if arch not in ['amd64', 'i386']:
+                # XXX sbsigntool currently FTBFS on armhf
+                if arch == 'armhf':
                     continue
 
                 # Currently we can only sign kernel images built with an
diff --git a/debian/changelog b/debian/changelog
index aa0c016..3db41d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ linux-signed (2.1) UNRELEASED; urgency=medium
 
   * Rename SUITE variable to MIRROR_SUITE and group it with MIRROR_URL
   * Use sign-file to detach and attach module signatures
+  * Enable kernel image signing on arm64, as sbsigntool is now available
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 26 Jun 2016 15:11:25 +0200
 
diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in
index e6050df..7b7517a 100644
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: Ben Hutchings <ben at decadent.org.uk>
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9~), rsync, sbsigntool [amd64 i386], kernel-wedge (>= 2.94~), linux-kbuild- at version@
+Build-Depends: debhelper (>= 9~), rsync, sbsigntool [amd64 arm64 i386], kernel-wedge (>= 2.94~), linux-kbuild- at version@
 Vcs-Git: https://anonscm.debian.org/git/kernel/linux-signed.git
 Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux-signed.git
 Homepage: https://www.kernel.org/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-signed.git



More information about the Kernel-svn-changes mailing list