[linux] 01/01: [armel] Disable module signing for all flavours (fixes FTBFS)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Jun 19 18:36:31 UTC 2016


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

benh pushed a commit to branch master
in repository linux.

commit e65d07eb2bf487e304c9e2d1d06de8e91e83c07b
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Jun 19 19:32:08 2016 +0100

    [armel] Disable module signing for all flavours (fixes FTBFS)
    
    We only build udebs for modules that will not be signed, but we don't
    currently have a way to selectively build udebs for only some
    flavours.
---
 debian/changelog            | 6 ++++++
 debian/config/armel/defines | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8991efd..a9df448 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux (4.7~rc3-1~exp2) UNRELEASED; urgency=medium
+
+  * [armel] Disable module signing for all flavours (fixes FTBFS)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Sun, 19 Jun 2016 19:31:41 +0100
+
 linux (4.7~rc3-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate
diff --git a/debian/config/armel/defines b/debian/config/armel/defines
index a025e0a..b766ebb 100644
--- a/debian/config/armel/defines
+++ b/debian/config/armel/defines
@@ -6,6 +6,10 @@ kernel-arch: arm
 
 [build]
 image-file: arch/arm/boot/zImage
+# Signature verification disabled to save on code size.  This should
+# apply only to marvell, but we would then need to build udebs only for
+# marvell and we don't have a way to do that.
+signed-modules: false
 
 [image]
 install-stem: vmlinuz
@@ -13,10 +17,6 @@ install-stem: vmlinuz
 [relations]
 headers%gcc-5: linux-compiler-gcc-5-arm
 
-[marvell_build]
-# Signature verification disabled to save on code size
-signed-modules: false
-
 [marvell_description]
 hardware: Marvell Kirkwood/Orion
 hardware-long: Marvell Kirkwood based systems (SheevaPlug, QNAP TS-119/TS-219, etc)

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



More information about the Kernel-svn-changes mailing list