[x86,arm64] Disable code signing for upload to unstable

This commit is contained in:
Ben Hutchings 2018-04-19 14:51:22 +01:00
parent 71f21e927e
commit ac5eca03c1
4 changed files with 1 additions and 3 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux (4.16-1) UNRELEASED; urgency=medium
* Add support for compilers installed outside the default PATH
* linux-headers: Change linux-kbuild dependency to be versioned
* Set ABI to 1
* [x86,arm64] Disable code signing for upload to unstable
[ Vagrant Cascadian ]
* [arm64] Add patches to support SATA on Tegra210/Jetson-TX1.

View File

@ -7,7 +7,6 @@ kernel-arch: x86
[build]
debug-info: true
image-file: arch/x86/boot/bzImage
signed-code: true
vdso: true
[image]

View File

@ -6,7 +6,6 @@ featuresets:
[build]
debug-info: true
image-file: arch/arm64/boot/Image
signed-code: true
vdso: true
[image]

View File

@ -6,7 +6,6 @@ kernel-arch: x86
[build]
image-file: arch/x86/boot/bzImage
signed-code: true
vdso: true
[description]