[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.
This commit is contained in:
Ben Hutchings 2016-06-19 19:32:08 +01:00
parent 4981b73c71
commit e65d07eb2b
2 changed files with 10 additions and 4 deletions

6
debian/changelog vendored
View File

@ -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@decadent.org.uk> Sun, 19 Jun 2016 19:31:41 +0100
linux (4.7~rc3-1~exp1) experimental; urgency=medium
* New upstream release candidate

View File

@ -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)