[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 * Add support for compilers installed outside the default PATH
* linux-headers: Change linux-kbuild dependency to be versioned * linux-headers: Change linux-kbuild dependency to be versioned
* Set ABI to 1 * Set ABI to 1
* [x86,arm64] Disable code signing for upload to unstable
[ Vagrant Cascadian ] [ Vagrant Cascadian ]
* [arm64] Add patches to support SATA on Tegra210/Jetson-TX1. * [arm64] Add patches to support SATA on Tegra210/Jetson-TX1.

View File

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

View File

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

View File

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